# Functions
NewApp return an empty app.
NewContext used in adapter which return a Context with request and slice of UserValue and a default Response.
# Type aliases
Handler defines the handler used by the middleware as return value.
No description provided by the author
Handlers is the array of Handler.
No description provided by the author