Categorygithub.com/francesc2509/http-wrapper
modulepackage
0.0.0-20220408181910-6d1fa7d8156d
Repository: https://github.com/francesc2509/http-wrapper.git
Documentation: pkg.go.dev

# Functions

New Creates a new router.
Params returns a map with the values of current route's parameters.

# Structs

Group groups actions.
Param stores name and position of a url parameter.
Route manages an API's entry point.
Router manages API's entry points.

# Type aliases

Middleware is function that must be executed before the corresponding HTTP handler.