//
pkg.gl
Category
github.com/onmetal/onmetal-api
utils
http
package
0.1.1
Repository:
https://github.com/onmetal/onmetal-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
23 SLOC
#
Functions
InjectLogger
InjectLogger is a Middleware to inject the given logr.Logger into the http.Request.Context.
LogRequest
LogRequest logs incoming requests (method and URL).
#
Type aliases
Middleware
Middleware wraps an http.Handler, returning a new http.Handler.