package
0.0.0-20250123075806-8eab22a6f65e
Repository: https://github.com/mbetel/core.git
Documentation: pkg.go.dev
# Functions
Chain returns an array of middleware.
ChainHandler returns a handler of chained middleware.
Delete is a shortcut for router.Handle("DELETE", path, handle).
Get is a shortcut for router.Handle("GET", path, handle).
Instance returns the router.
MethodNotAllowed sets the 405 handler.
NotFound sets the 404 handler.
Param returns the URL parameter.
Patch is a shortcut for router.Handle("PATCH", path, handle).
Post is a shortcut for router.Handle("POST", path, handle).
Put is a shortcut for router.Handle("PUT", path, handle).
ResetConfig creates a new instance.
RouteList returns a list of the HTTP methods and paths.