reqwest-response-ext

Crates.ioreqwest-response-ext
lib.rsreqwest-response-ext
version0.1.0
sourcesrc
created_at2023-06-12 14:40:27.182984
updated_at2023-06-12 14:40:27.182984
descriptionExtension trait for reqwest::{blocking}::Response
homepage
repositoryhttps://github.com/imp/reqwest-response-ext-rs
max_upload_size
id888232
size8,616
Cyril Plisko (imp)

documentation

README

When using reqwest sometimes you need to decide how to consume the response body based on the response status or even based on some external input. reqwest::Response, however, doesn't allow you to do it easily. TypedResponse in this crate allows you to do exactly that.

Commit count: 2

cargo fmt