Versions in this module Expand all Collapse all v2 v2.0.6 Jan 6, 2021 Changes in this version + func ReleaseResponseWriter(rw *ResponseWriter) + type ResponseWriter struct + func GetResponseWriter(w http.ResponseWriter) *ResponseWriter + func (rw *ResponseWriter) Flush() + func (rw *ResponseWriter) Header() http.Header + func (rw *ResponseWriter) Reset() + func (rw *ResponseWriter) Write(buf []byte) (int, error) + func (rw *ResponseWriter) WriteHeader(status int) + func (rw ResponseWriter) ContentLength() int64 + func (rw ResponseWriter) StatusCode() int Other modules containing this package github.com/lestrrat-go/apache-logformat