/server/config.go
http://github.com/petar/GoHTTP · Go · 9 lines · 4 code · 2 blank · 3 comment · 0 complexity · 90bd2d47401301b0fc4f9156b7676b27 MD5 · raw file
- // Copyright 2009 The Go Authors. All rights reserved.
- // Use of this source code is governed by a BSD-style
- // license that can be found in the LICENSE file.
- package server
- type Config struct {
- Timeout int64 // Keep-alive timeout in nanoseconds
- }