Skip to main content

query_params

Function query_params 

Source
pub fn query_params<T: 'static + Context + HasQueryParams + Send>(
    context: T,
    next: impl Fn(T) -> MiddlewareReturnValue<T> + Send,
) -> MiddlewareReturnValue<T>