hurl

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 86926b7519594e5d1f25ffc08c4cdf229a02d09a
parent 045bafeea9fd50dc3c78051a372717c908bc23cc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 17 Feb 2019 15:17:38 +0100

update README and hurl.1

Diffstat:
MREADME | 4----
Mhurl.1 | 1+
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/README b/README @@ -32,19 +32,15 @@ Features - Impose timeout and maximum size limits. - Use well-defined exitcodes for reliable scripting (curl sucks at this). - Send as little information as possible (no User-Agent etc by default). -- Allow to send custom headers / header string if wanted. Anti-features ------------- -Not by default, but possible with custom headers: - No HTTP byte range support. - No HTTP User-Agent. - No HTTP If-Modified-Since/If-* support. - No HTTP auth support. - -Other: - No HTTP/2+ support. - No HTTP keep-alive. - No HTTP chunked-encoding support. diff --git a/hurl.1 b/hurl.1 @@ -21,6 +21,7 @@ The options are as follows: Maximum size of the data in bytes. .It Fl t Ar timeout Maximum time for the connection and fetching the data in seconds. +The default is 10 seconds. .El .Pp For HTTP and HTTPS it will write the data except the header to stdout when the