Skip to content

http types and async-h1 for 2.0.0 #27

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

Merged
merged 4 commits into from
May 29, 2020
Merged

Conversation

jbr
Copy link
Member

@jbr jbr commented May 22, 2020

No description provided.

@jbr jbr force-pushed the update-http-types branch from fc6b32d to 30ec3a2 Compare May 22, 2020 23:36
@@ -38,6 +38,8 @@ pub type Request = http_types::Request;
/// An HTTP Response type with a streaming body.
pub type Response = http_types::Response;

pub use http_types;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if I should remove this — my original plan was to remove the direct dependency from surf and only use the re-export from http-client to make updates easier in the future, but that change was far too sprawling

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense. Happy to keep things as they are now. Something we should still explore is whether we can deprecate http-client as well.

@jbr jbr force-pushed the update-http-types branch from 30ec3a2 to 3d1abe7 Compare May 23, 2020 00:22
@yoshuawuyts yoshuawuyts merged commit 06852a6 into http-rs:master May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants