in reply to Re: How to make an HTTP request with an equivalent of curl's --max-time?
in thread How to make an HTTP request with an equivalent of curl's --max-time?
For the max-time option? It's in the manpage for curl.
$ man curl (...) -m, --max-time <seconds> Maximum time in seconds that you allow the whole operation to ta +ke. This is useful for preventing your batch jobs from hanging for h +ours due to slow networks or links going down. Since 7.32.0, this option accepts decimal values, but the actual timeout will +decrease in accuracy as the specified timeout increases in decimal precis +ion. See also the --connect-timeout option. If this option is used several times, the last one will be used. (...)
- Luke
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to make an HTTP request with an equivalent of curl's --max-time?
by Anonymous Monk on Jan 14, 2015 at 08:54 UTC | |
by blindluke (Hermit) on Jan 14, 2015 at 09:16 UTC | |
by Anonymous Monk on Jan 14, 2015 at 09:20 UTC | |
by blindluke (Hermit) on Jan 14, 2015 at 09:31 UTC | |
by Anonymous Monk on Jan 14, 2015 at 10:15 UTC | |
| |
by Cody Fendant (Hermit) on Jan 14, 2015 at 22:13 UTC |