-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Request] Using http
crate types for Response
etc.
#285
Comments
This is definitely on our to-do list, but it would be quite a breaking change to It's likely we will first release a On the |
Sure. |
Just noticed that the "http" name in (My original problem requires compatibility with |
Yes, we do want to eventually switch to |
I'm using several other crates that are meant to interoperate with the types provided by the
http
crate, which makes using them withcrux_http
difficult. Using the semi-standard Response/Request/etc. types from thehttp
crate in crux would rectify that. Alternatively,Into
/From
implementations could provide a good enough experience via conversions (ideally non-copying).The text was updated successfully, but these errors were encountered: