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

Make the async Client default #626

Merged
merged 1 commit into from
Sep 10, 2019
Merged

Make the async Client default #626

merged 1 commit into from
Sep 10, 2019

Conversation

seanmonstar
Copy link
Owner

The previously default Client is moved to reqwest::blocking, while the
async client becomes the main API.

Closes #622

@seanmonstar seanmonstar force-pushed the blocking branch 2 times, most recently from 1deac98 to fd6fef8 Compare September 9, 2019 22:32
The previously default Client is moved to `reqwest::blocking`, while the
async client becomes the main API.

Closes #622
@seanmonstar seanmonstar merged commit 87a0932 into master Sep 10, 2019
@seanmonstar seanmonstar deleted the blocking branch September 10, 2019 00:20
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.

Make the async Client the default
1 participant