RawPathParams returns raw path pathParams value. Allocation of PathParams is handled by Context.
SetRawPathParams replaces any existing param values with new values for this context lifetime (request). Do not set any other value than what you got from RawPathParams as allocation of PathParams is handled by Context.
SetRouteInfo sets the route info of this request to the context.
Generated using TypeDoc
RoutableContext is additional interface that structures implementing Context must implement. Methods inside this interface are meant for request routing purposes and should not be used in middlewares.