Versions in this module Expand all Collapse all v0 v0.0.1 Oct 20, 2022 Changes in this version + type CommonLog struct + H http.Handler + W io.Writer + func (cl CommonLog) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ResponseRecorder struct + Bytes int + Status int + func (r *ResponseRecorder) Write(b []byte) (int, error) + func (r *ResponseRecorder) WriteHeader(s int)