mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
These are deadline oriented for the request and response, i.e. a write timeout tracks the full time it takes to write the request, whereas the read timeout does the same for receiving the response. For back-compat, they're infinite by default. v1 may change that, and will have to provide a safe fallback for endless "stream" requests and responses.