package
1.3.0
Repository: https://github.com/sanctumlabs/curtz.git
Documentation: pkg.go.dev

# Functions

NewDeleteRoute initializes a new route with the http method DELETE.
NewGetRoute initializes a new route with the http method GET.
NewHeadRoute initializes a new route with the http method HEAD.
NewOptionsRoute initializes a new route with the http method OPTIONS.
NewPatchRoute initializes a new route with the http method PATCH.
NewPostRoute initializes a new route with the http method POST.
NewPutRoute initializes a new route with the http method PUT.
NewRoute initializes a new local route for the router.

# Interfaces

No description provided by the author
Router specifies an interface to specify a group of routes to add to the server.

# Type aliases

RouteWrapper wraps a route with extra functionality.