Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PreliminaryLogTimeout = 10 * time.Second
Functions ¶
Types ¶
type AccessLogMiddleware ¶
type AccessLogMiddleware struct {
// contains filtered or unexported fields
}
func (*AccessLogMiddleware) ServeHTTP ¶
func (this *AccessLogMiddleware) ServeHTTP(w http.ResponseWriter, r *http.Request)
type Response ¶
type Response struct { StatusCode int // contains filtered or unexported fields }
func NewResponse ¶
func NewResponse(w http.ResponseWriter) *Response
func (*Response) WriteHeader ¶
Click to show internal directories.
Click to hide internal directories.