//
pkg.gl
Category
github.com/jimysheepman/go-master
go-tutorials
go-9
08-middleware
package
0.0.0-20240716191418-e4412870799f
Repository:
https://github.com/jimysheepman/go-master.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
79 SLOC
#
Functions
Chain
Chain applies middlewares to a http.HandlerFunc.
Hello
No description provided by the author
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