/server/config.go

http://github.com/petar/GoHTTP · Go · 9 lines · 4 code · 2 blank · 3 comment · 0 complexity · 90bd2d47401301b0fc4f9156b7676b27 MD5 · raw file

  1. // Copyright 2009 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package server
  5. type Config struct {
  6. Timeout int64 // Keep-alive timeout in nanoseconds
  7. }