Function warp_reverse_proxy::extract_request_data_filter[][src]

pub fn extract_request_data_filter(
) -> impl Filter<Extract = Request, Error = Rejection> + Clone
Expand description

Warp filter that extracts the relative request path, method, headers map and body of a request.