-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Motivations
reqwest-middleware uses http::Extensions and http::Error in its public API.
Atm, users have to add exact the same version of http to their Cargo.toml when they want to use reqwest-middleware.
It is best practice to re-export either the whole http crate or perhaps only the affected types.
reqwest-middleware-0.5.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request