Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogResponseWriter ¶
type AccessLogResponseWriter struct { StatusCode int Size int http.ResponseWriter }
func New ¶
func New(res http.ResponseWriter) *AccessLogResponseWriter
func (*AccessLogResponseWriter) HTTPResponseType ¶
func (a *AccessLogResponseWriter) HTTPResponseType() string
func (*AccessLogResponseWriter) Write ¶
func (a *AccessLogResponseWriter) Write(out []byte) (int, error)
func (*AccessLogResponseWriter) WriteHeader ¶
func (a *AccessLogResponseWriter) WriteHeader(code int)
Click to show internal directories.
Click to hide internal directories.