# Functions
NewLogHandler wraps the given http.Handler.
NewRequestBodyStats creates a new RequestBodyStats that wraps the given io.ReadCloser.
NewResponseWriterStats creates a new ResponseWriterStats that wraps the given http.ResponseWriter.
# Structs
RequestBodyStats stores information about data being read from an http.Request.Body.
ResponseWriterStats stores information about data being written to an http.ResponseWriter.