-
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Description
The http
crate was added in 398d3a2, at which point the HttpRequest
and HttpResponse
types are mostly built up from http
types. Would it be (un)reasonable to switch to http
Request
and Response
types entirely? This, in addition to being a more commonly used type, already has builtin conversions for ureq
and reqwest
:
algesten/ureq#669
https://docs.rs/reqwest/latest/reqwest/struct.Request.html#impl-TryFrom%3CRequest%3CT%3E%3E-for-Request
But perhaps I am overlooking some shortcomings with the http
types that make this infeasible? Thanks for considering this at least (and for the record, I'm willing to help out with the conversion)!
I could not find http
conversions for the curl
crate, unfortunately.
Metadata
Metadata
Assignees
Labels
No labels