Documentation
¶
Index ¶
Constants ¶
View Source
const ( GRACEFUL_ENVIRON_KEY = "IS_GRACEFUL" GRACEFUL_ENVIRON_STRING = GRACEFUL_ENVIRON_KEY + "=1" DEFAULT_READ_TIMEOUT = 60 * time.Second DEFAULT_WRITE_TIMEOUT = DEFAULT_READ_TIMEOUT )
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
refer http.ListenAndServe
Types ¶
type Connection ¶
func (*Connection) Close ¶
func (this *Connection) Close() error
type Listener ¶
type Listener struct { *net.TCPListener // contains filtered or unexported fields }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
支持优雅重启的http服务
func (*Server) ListenAndServe ¶
func (*Server) ListenAndServeTLS ¶
Click to show internal directories.
Click to hide internal directories.