//
pkg.gl
Category
github.com/francesc2509/http-wrapper
module
package
0.0.0-20220408181910-6d1fa7d8156d
Repository:
https://github.com/francesc2509/http-wrapper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
366 SLOC
#
Functions
New
New Creates a new router.
Params
Params returns a map with the values of current route's parameters.
#
Structs
Group
Group groups actions.
Param
Param stores name and position of a url parameter.
Route
Route manages an API's entry point.
Router
Router manages API's entry points.
#
Type aliases
Middleware
Middleware is function that must be executed before the corresponding HTTP handler.