//
pkg.gl
Category
github.com/ironcore-dev/ironcore
utils
http
package
0.2.0
Repository:
https://github.com/ironcore-dev/ironcore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
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.