pub async fn handle_request<B>(
    req: Request<B>,
    static_: Static
) -> Result<Response<Body>, Error>
Expand description