# Packages
No description provided by the author
# Functions
No description provided by the author
IgnoreHandler returns a [http.Handler] that marks the [http.Request] as "should ignore".
No description provided by the author
Middleware wraps a [http.Handler] so it's request and response details are tracked and send to [Logger] log.
No description provided by the author
No description provided by the author
RemoteAddr returns a sanitized remote address from the [http.Request].
RequestURI https://www.rfc-editor.org/rfc/rfc7540#section-8.3.
SetShouldIgnore marks the context from a [http.Request] as "should ignore".
ShouldIgnore returns if the [http.Request]'s context contains a "should ignore" value set using [SetShouldIgnore].
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
400-499.
No description provided by the author
No description provided by the author
300-399.
500-599.
200-299.
# Structs
Details are collected with [Middleware] and contain additional details of a request and it's corresponding response.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author