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

Upgrade to http 0.2 and refactor configuration #135

Merged
merged 5 commits into from
Dec 15, 2019

Conversation

sagebind
Copy link
Owner

@sagebind sagebind commented Dec 3, 2019

Upgrade to using the recently released http 0.2. Among other things, this moves to by-value builders which allows us to extract request configuration into a common trait as described in #48.

This is a breaking change, since the http crate is part of our public API.

Fixes #48.

Upgrade to using the recently released http 0.2. Among other things, this moves to by-value builders which allows us to extract request configuration into a common trait as described in #48.

Fixes #48.
@sagebind sagebind added this to the 0.9 milestone Dec 3, 2019
@sagebind sagebind marked this pull request as ready for review December 14, 2019 21:06
@sagebind sagebind merged commit 969b080 into master Dec 15, 2019
@sagebind sagebind deleted the 48-http-0.2-configurable branch December 15, 2019 01:07
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.

Move request configuration into a common trait
1 participant