pub fn raw() -> impl Filter<Extract = (String,), Error = Rejection> + Copy
Creates a Filter that returns the raw query string as type String.
Filter