# Functions
Host returns the host from the context, or zero value if not defined.
Method returns the stored methods or nil if not defined.
Middleware returns a set of middleware from the context, or zero value if not defined.
Create a new router from the configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Params returns the path parameters from the context, or zero value if not defined.
Prefix returns the prefix from the context, or zero value if not defined.
Scope returns the stored scope or nil if not defined.
Time returns the stored time value or the zero value if not defined.
WithHost returns a context with the given host.
WithHostPrefix returns a context with the given host and prefix.
WithMethod returns a context with the given methods.
WithMiddleware returns a context with the given middleware.
WithPrefix returns a context with the given prefix.
WithRoute returns a context with various route parameters.
WithScope returns a context with the given scooes.
WithTime returns a context with the given time.
# Type aliases
No description provided by the author
No description provided by the author