mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Updated README.rst
This commit is contained in:
@@ -93,7 +93,7 @@ like wget/curl. It connects to SPDY server and gets resources given in
|
|||||||
the command-line::
|
the command-line::
|
||||||
|
|
||||||
$ examples/spdycat -h
|
$ examples/spdycat -h
|
||||||
Usage: spdycat [-Onv23] [-t <SECONDS>] [-w <WINDOW_BITS>] [--cert=<CERT>]
|
Usage: spdycat [-Oansv23] [-t <SECONDS>] [-w <WINDOW_BITS>] [--cert=<CERT>]
|
||||||
[--key=<KEY>] <URI>...
|
[--key=<KEY>] <URI>...
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
@@ -109,6 +109,12 @@ the command-line::
|
|||||||
-t, --timeout=<N> Timeout each request after <N> seconds.
|
-t, --timeout=<N> Timeout each request after <N> seconds.
|
||||||
-w, --window-bits=<N>
|
-w, --window-bits=<N>
|
||||||
Sets the initial window size to 2**<N>.
|
Sets the initial window size to 2**<N>.
|
||||||
|
-a, --get-assets Download assets such as stylesheets, images
|
||||||
|
and script files linked from the downloaded
|
||||||
|
resource. Only links whose origins are the
|
||||||
|
same with the linking resource will be
|
||||||
|
downloaded.
|
||||||
|
-s, --stat Print statistics.
|
||||||
--cert=<CERT> Use the specified client certificate file.
|
--cert=<CERT> Use the specified client certificate file.
|
||||||
The file must be in PEM format.
|
The file must be in PEM format.
|
||||||
--key=<KEY> Use the client private key file. The file
|
--key=<KEY> Use the client private key file. The file
|
||||||
|
|||||||
Reference in New Issue
Block a user