-
-
Notifications
You must be signed in to change notification settings - Fork 857
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
Extra docs on in-depth interface bits. #1245
Labels
httpcore
Issues related to HTTPCore (core HTTP networking layer) - https://github.com/encode/httpcore
Comments
From the code, the timeout dictionary has four supported keys:
These values are all floating point number of seconds. |
simonw
referenced
this issue
in simonw/httpcore
Jul 17, 2020
tomchristie
referenced
this issue
in encode/httpcore
Jul 17, 2020
florimondmanca
added
the
httpcore
Issues related to HTTPCore (core HTTP networking layer) - https://github.com/encode/httpcore
label
Sep 1, 2020
Closed via the neatly spec'ed Transport API in #1522. I think docstring for httpx/httpx/_transports/base.py Lines 30 to 92 in 1a6e254
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
httpcore
Issues related to HTTPCore (core HTTP networking layer) - https://github.com/encode/httpcore
timeout
dicts.try...finally
everywhere (change the example in the readme/homepage) explain that user code ought to typically wrap any streaming responses up in a context managed interface.Host
header. Document expected behaviors aroundContent-Length
,Transfer-Encoding
, and request body.The text was updated successfully, but these errors were encountered: