Skip to main content

Module response_ext

Module response_ext 

Source
Expand description

Extension trait providing ergonomic body-consuming methods on HTTP responses.

Mirrors the reqwest Response API for any http::Response<B> where B: http_body::Body. All methods are async and consume the response.

Traitsยง

ResponseExt
Extension methods for http::Response<B> where B implements http_body::Body.