httpx icon indicating copy to clipboard operation
httpx copied to clipboard

Stricter timeout configuration.

Open lovelydinosaur opened this issue 1 year ago • 0 comments
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)

lovelydinosaur avatar Sep 26 '24 16:09 lovelydinosaur