package
0.2.1
Repository: https://github.com/icub3d/gop.git
Documentation: pkg.go.dev

# README

wraphttp

GoDoc

Package wraphttp provides functions that wrap some of the standard net/http interfaces.

# 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.