//
pkg.gl
Category
github.com/awalker125/go-api
middleware
package
0.0.0-20241009063321-af70e7cec47d
Repository:
https://github.com/awalker125/go-api.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
48 SLOC
#
Functions
Chain
Chain applies middlewares to a http.HandlerFunc.
Logging
Logging logs all requests with its path and the time it took to process.
Method
Method ensures that url can only be requested with a specific method, else returns a 400 Bad Request.
#
Type aliases
Middleware
No description provided by the author