package
0.6.0
Repository: https://github.com/clambin/go-common.git
Documentation: pkg.go.dev

# Functions

RequestLogger logs incoming HTTP requests.
No description provided by the author
No description provided by the author

# Variables

DefaultRequestLogFormatter is the default RequestLogFormatter.

# Interfaces

A RequestLogFormatter takes the HTTP request, the resulting HTTP status code and latency and formats the log entry.

# Type aliases

The RequestLogFormatterFunc type is an adapter that allows an ordinary function to be used as a RequestLogFormatter.