Skip to content
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

feat(client): remove higher-level hyper::Client #2941

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

seanmonstar
Copy link
Member

This removes the following types and methods from hyper:

  • Client
  • Error::is_connect()

Closes #2841

@seanmonstar seanmonstar force-pushed the rm-high-level-client branch from 496d4b3 to bdadbd5 Compare August 13, 2022 00:37
This removes the following types and methods from hyper:

- `Client`
- `Error::is_connect()`

BREAKING CHANGE: A pooling client is in the hyper-util crate.
@seanmonstar seanmonstar force-pushed the rm-high-level-client branch from bdadbd5 to 8826d7e Compare August 13, 2022 00:44
@seanmonstar seanmonstar merged commit bb3af17 into master Aug 15, 2022
@seanmonstar seanmonstar deleted the rm-high-level-client branch August 15, 2022 16:16
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.

Remove high-level pooling Client
1 participant