Documentation ¶
Overview ¶
Package debug implements an HTTP decorator which dumps request/response bodies to STDOUT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpLogger ¶
type HttpLogger struct {
// contains filtered or unexported fields
}
func (HttpLogger) Header ¶
func (hl HttpLogger) Header() http.Header
func (HttpLogger) WriteHeader ¶
func (hl HttpLogger) WriteHeader(code int)
Click to show internal directories.
Click to hide internal directories.