Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpTimeoutHandler ¶
type HttpTimeoutHandler struct { Timeout time.Duration TimeoutHandler func() RequestHandler http.Handler }
func (*HttpTimeoutHandler) ServeHTTP ¶
func (this *HttpTimeoutHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.