From c51ebd44ddd015dcb682b49aa3882b0fd4249e3b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 5 Feb 2014 21:50:47 +0900 Subject: [PATCH] Update README.rst --- README.rst | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 749fd7c..7bd15aa 100644 --- a/README.rst +++ b/README.rst @@ -157,7 +157,8 @@ the command-line:: $ src/spdycat -h Usage: spdycat [-Oansv23] [-t ] [-w ] [--cert=] - [--key=] [--no-tls] [-d ] [-m ] ... + [--key=] [--no-tls] [-d ] [-m ] [-p ] + [-P ] ... OPTIONS: -v, --verbose Print debug information such as reception/ @@ -191,6 +192,10 @@ the command-line:: -m, --multiply= Request each URI times. By default, same URI is not requested twice. This option disables it too. + -p, --proxy= Use this host as a SPDY proxy + -P, --proxy-port= + Use this as the port of the SPDY proxy if + one is set --color Force colored log output. $ src/spdycat -nv https://www.google.com/ @@ -448,6 +453,24 @@ Here is the command-line options:: to verify client certificate. The file must be in PEM format. It can contain multiple certificates. + --client-private-key-file= + Path to file that contains client private + key used in backend client authentication. + --client-cert-file= + Path to file that contains client + certificate used in backend client + authentication. + --tls-proto-list= + Comma delimited list of SSL/TLS protocol to + be enabled. + The following protocols are available: + TLSv1.2, TLSv1.1, TLSv1.0, SSLv3 + The name matching is done in case-insensitive + manner. + The parameter must be delimited by a single + comma only and any white spaces are treated + as a part of protocol string. + Default: TLSv1.2,TLSv1.1,TLSv1.0 SPDY: -c, --spdy-max-concurrent-streams=