Function warp::filters::query::raw

source ·
pub fn raw() -> impl Filter<Extract = (String,), Error = Rejection> + Copy
Expand description

Creates a Filter that returns the raw query string as type String.