# Functions
NewRequestLogger create a new RequestLogger handler, requests are chained to the supplied handler.
NewRequestMetrics creates a wrapper handler to produce metrics for each request.
NewResponseCapture returns a new ResponseCapture instance that delegates writes to the supplied ResponseWriter.
ShouldSkip returns true if the logs should be skipped.
WithLoggerSkipPaths is an Option allows to skip logs on path/agent match.
# Structs
LoggerSkipPath allows to skip a log for specified Path and Agent.
RequestLogger is a http.Handler that logs requests and forwards them on down the chain.
ResponseCapture is a net/http.ResponseWriter that delegates everything to the contained delegate, but captures the status code and number of bytes written.
# Type aliases
Option is an option that can be passed to New().