-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating to HTTP crate v1 #3384
Comments
also see discussion in #3208 |
I'm open to the idea of providing the necessary compatibility functions to convert to and from We only use the actual primitives from that crate:
As such, the conversion methods will be extremely trivial (as shown already by @asonix: #3208 (comment)) but good to have nonetheless. None of the composite types like header maps or request/response structures are used. |
For our use case we like to remove http v0.2 entirely, but I understand that will require a breaking change (i.e. won't happen until v5). |
Apologies if this is not the right way to go about this for this crate.
I'm wondering if it's possible to update
actix-http
(3.7.0) andactix-router
(0.5.3) to use v1 of thehttp
crate as both are still on v0.2.I don't know if that is considered a breaking change or not though.
The text was updated successfully, but these errors were encountered: