package
0.0.0-20241028182034-32f8c4f5d23a
Repository: https://github.com/tayron/golang-estudos.git
Documentation: pkg.go.dev

# Functions

Chain applies middlewares to a http.HandlerFunc.
No description provided by the author
Logging logs all requests with its path and the time it took to process.
Method ensures that url can only be requested with a specific method, else returns a 400 Bad Request.

# Type aliases

No description provided by the author