mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Update manual pages
This commit is contained in:
13
doc/h2load.1
13
doc/h2load.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "H2LOAD" "1" "Oct 27, 2023" "1.58.0" "nghttp2"
|
.TH "H2LOAD" "1" "Jan 21, 2024" "1.59.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -255,20 +255,19 @@ input files as usual.
|
|||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B \-\-npn\-list=<LIST>
|
.B \-\-alpn\-list=<LIST>
|
||||||
Comma delimited list of ALPN protocol identifier sorted
|
Comma delimited list of ALPN protocol identifier sorted
|
||||||
in the order of preference. That means most desirable
|
in the order of preference. That means most desirable
|
||||||
protocol comes first. This is used in both ALPN and
|
protocol comes first. The parameter must be delimited
|
||||||
NPN. The parameter must be delimited by a single comma
|
by a single comma only and any white spaces are treated
|
||||||
only and any white spaces are treated as a part of
|
as a part of protocol string.
|
||||||
protocol string.
|
|
||||||
.sp
|
.sp
|
||||||
Default: \fBh2,h2\-16,h2\-14,http/1.1\fP
|
Default: \fBh2,h2\-16,h2\-14,http/1.1\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B \-\-h1
|
.B \-\-h1
|
||||||
Short hand for \fI\%\-\-npn\-list\fP=http/1.1
|
Short hand for \fI\%\-\-alpn\-list\fP=http/1.1
|
||||||
\fI\%\-\-no\-tls\-proto\fP=http/1.1, which effectively force
|
\fI\%\-\-no\-tls\-proto\fP=http/1.1, which effectively force
|
||||||
http/1.1 for both http and https URI.
|
http/1.1 for both http and https URI.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
|||||||
@@ -213,20 +213,19 @@ OPTIONS
|
|||||||
the first URI appeared in the command line or inside
|
the first URI appeared in the command line or inside
|
||||||
input files as usual.
|
input files as usual.
|
||||||
|
|
||||||
.. option:: --npn-list=<LIST>
|
.. option:: --alpn-list=<LIST>
|
||||||
|
|
||||||
Comma delimited list of ALPN protocol identifier sorted
|
Comma delimited list of ALPN protocol identifier sorted
|
||||||
in the order of preference. That means most desirable
|
in the order of preference. That means most desirable
|
||||||
protocol comes first. This is used in both ALPN and
|
protocol comes first. The parameter must be delimited
|
||||||
NPN. The parameter must be delimited by a single comma
|
by a single comma only and any white spaces are treated
|
||||||
only and any white spaces are treated as a part of
|
as a part of protocol string.
|
||||||
protocol string.
|
|
||||||
|
|
||||||
Default: ``h2,h2-16,h2-14,http/1.1``
|
Default: ``h2,h2-16,h2-14,http/1.1``
|
||||||
|
|
||||||
.. option:: --h1
|
.. option:: --h1
|
||||||
|
|
||||||
Short hand for :option:`--npn-list`\=http/1.1
|
Short hand for :option:`--alpn-list`\=http/1.1
|
||||||
:option:`--no-tls-proto`\=http/1.1, which effectively force
|
:option:`--no-tls-proto`\=http/1.1, which effectively force
|
||||||
http/1.1 for both http and https URI.
|
http/1.1 for both http and https URI.
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "NGHTTP" "1" "Oct 27, 2023" "1.58.0" "nghttp2"
|
.TH "NGHTTP" "1" "Jan 21, 2024" "1.59.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "NGHTTPD" "1" "Oct 27, 2023" "1.58.0" "nghttp2"
|
.TH "NGHTTPD" "1" "Jan 21, 2024" "1.59.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "NGHTTPX" "1" "Oct 27, 2023" "1.58.0" "nghttp2"
|
.TH "NGHTTPX" "1" "Jan 21, 2024" "1.59.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -783,13 +783,12 @@ available.
|
|||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B \-\-npn\-list=<LIST>
|
.B \-\-alpn\-list=<LIST>
|
||||||
Comma delimited list of ALPN protocol identifier sorted
|
Comma delimited list of ALPN protocol identifier sorted
|
||||||
in the order of preference. That means most desirable
|
in the order of preference. That means most desirable
|
||||||
protocol comes first. This is used in both ALPN and
|
protocol comes first. The parameter must be delimited
|
||||||
NPN. The parameter must be delimited by a single comma
|
by a single comma only and any white spaces are treated
|
||||||
only and any white spaces are treated as a part of
|
as a part of protocol string.
|
||||||
protocol string.
|
|
||||||
.sp
|
.sp
|
||||||
Default: \fBh2,h2\-16,h2\-14,http/1.1\fP
|
Default: \fBh2,h2\-16,h2\-14,http/1.1\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
|||||||
@@ -728,14 +728,13 @@ SSL/TLS
|
|||||||
Without this option, DHE cipher suites are not
|
Without this option, DHE cipher suites are not
|
||||||
available.
|
available.
|
||||||
|
|
||||||
.. option:: --npn-list=<LIST>
|
.. option:: --alpn-list=<LIST>
|
||||||
|
|
||||||
Comma delimited list of ALPN protocol identifier sorted
|
Comma delimited list of ALPN protocol identifier sorted
|
||||||
in the order of preference. That means most desirable
|
in the order of preference. That means most desirable
|
||||||
protocol comes first. This is used in both ALPN and
|
protocol comes first. The parameter must be delimited
|
||||||
NPN. The parameter must be delimited by a single comma
|
by a single comma only and any white spaces are treated
|
||||||
only and any white spaces are treated as a part of
|
as a part of protocol string.
|
||||||
protocol string.
|
|
||||||
|
|
||||||
Default: ``h2,h2-16,h2-14,http/1.1``
|
Default: ``h2,h2-16,h2-14,http/1.1``
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user