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(http1): Make HTTP/1 support an optional feature #2330

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

seanmonstar
Copy link
Member

cc #2251

BREAKING CHANGE: This puts all HTTP/1 methods and support behind an
http1 cargo feature, which will not be enabled by default. To use
HTTP/1, add features = ["http1"] to the hyper dependency in your
Cargo.toml.

@seanmonstar seanmonstar force-pushed the features-http1 branch 6 times, most recently from 7fa7bee to 8a6b200 Compare November 17, 2020 01:17
cc #2251

BREAKING CHANGE: This puts all HTTP/1 methods and support behind an
  `http1` cargo feature, which will not be enabled by default. To use
  HTTP/1, add `features = ["http1"]` to the hyper dependency in your
  `Cargo.toml`.
@seanmonstar seanmonstar merged commit 2a19ab7 into master Nov 17, 2020
@seanmonstar seanmonstar deleted the features-http1 branch November 17, 2020 18:42
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.

1 participant