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

Timeouts and redirects #1719

Closed
taf2 opened this issue Nov 22, 2018 · 2 comments
Closed

Timeouts and redirects #1719

taf2 opened this issue Nov 22, 2018 · 2 comments

Comments

@taf2
Copy link

taf2 commented Nov 22, 2018

For the client library how do specify timeouts and redirect handling?

It would be nice to also mention dns resolution and whether that is blocking- or can have separate timeouts from the request connect time and response time.

Resolution of the timer in milliseconds is also a plus

@seanmonstar
Copy link
Member

hyper does not provide timeouts or redirects directly. The reqwest crate has support for both (and both sync and async Clients).

@flipchan
Copy link

redirects is a great feature request

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

No branches or pull requests

3 participants