-
Notifications
You must be signed in to change notification settings - Fork 328
Closed
Labels
Description
As much as I absolutely appreciate to have the flexibility of connect/write/read timeouts separately, sometimes it makes sense to have a simpler form:
HTTP.timeout(5).getas a drop-in replacement for:
Timeout.timeout(5) { YourHttpTool.get }which maintains parity with the original semantics, thus enable to migrate from other tools.
Is this something we're interested?
mikegee