httpx
httpx copied to clipboard
Stricter timeout configuration.
trafficstars
This pull request removes an undocumented style for setting the timeout, leading to a neater API.
Setting a timeout as an unnamed 4-tuple is no longer supported...
timeout = (float, float, float, float)