-
Notifications
You must be signed in to change notification settings - Fork 321
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
Implement AsRef and Into conversions between tide Requests/Responses and their inner http_types equivalents #465
Labels
good first issue
Good for newcomers
Comments
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
jbr
changed the title
tide http_types wrappers are not currently able to be unwrapped
Implement AsRef and Into conversions between tide Requests/Responses and their inner http_types equivalents
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
Fishrock123
added a commit
to Fishrock123/tide
that referenced
this issue
May 17, 2020
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is the tide mirror issue of http-rs/surf#167
this allows for an escape hatch to drop down to apis that might not need to be exposed at the tide level. this would also allow for better interop between surf and tide, such as providing concise support for proxy operations (receive a surf::Response, unwrap it into an http_types::Response, and re-wrap that as a tide::Response)
The text was updated successfully, but these errors were encountered: