Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRWCConn ¶
func NewRWCConn(rwc io.ReadWriteCloser) net.Conn
Types ¶
type HTTPServer ¶
HTTPServer extends net/http Server and adds graceful shutdowns
func (*HTTPServer) Close ¶
func (h *HTTPServer) Close() error
func (*HTTPServer) GoListenAndServe ¶
func (h *HTTPServer) GoListenAndServe(addr string, handler http.Handler) error
func (*HTTPServer) GoListenAndServeContext ¶
func (*HTTPServer) Wait ¶
func (h *HTTPServer) Wait() error
Click to show internal directories.
Click to hide internal directories.