Function perseus_warp::get_http_req

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

A Warp filter for extracting an HTTP request directly, which is slightly different to how the Actix Web integration handles this. Modified from here.