# Functions
No description provided by the author
ParamsFromContext pulls the URL parameters from a request context, or returns nil if none are present.
# Constants
No description provided by the author
# Variables
MatchedRoutePathParam is the Param name under which the path of the matched route is stored, if Router.SaveMatchedRoutePath is set.
ParamsKey is the request context key under which URL params are stored.
# Type aliases
Params is a Param-slice, as returned by the router.