Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delegator ¶
type Delegator interface { http.ResponseWriter Status() int Written() int64 }
Delegator interface for delegating http.ResponseWriter
func NewResponseWriterDelegator ¶
func NewResponseWriterDelegator(w http.ResponseWriter) Delegator
NewResponseWriterDelegator is a delegator for http.ResponseWriter with some additional function for monitoring purpose
Click to show internal directories.
Click to hide internal directories.