package
0.0.0-20241026103643-537d0aa0530d
Repository: https://github.com/paulmuenzner/powerplantmanager.git
Documentation: pkg.go.dev

# Functions

ParserBodyRequest is a middleware for parsing the request body globally.
CheckAllowedMethodsMiddleware is a custom middleware to check allowed request methods.
CookieParser is a middleware that reads the user data from the cookie and attaches it to the request context for use in controllers.
No description provided by the author
TollboothMiddleware is a custom middleware that wraps Gorilla Mux router with tollbooth rate limiting.

# Type aliases

CreateSubrouter creates a subrouter for a given path and attaches it to the main router.