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ยง
- Response
Ext - Extension methods for
http::Response<B>whereBimplementshttp_body::Body.