Update man pages
This commit is contained in:
parent
73740477fb
commit
e41d8c2f62
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "H2LOAD" "1" "April 10, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.TH "H2LOAD" "1" "April 16, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
h2load \- HTTP/2 benchmarking tool
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "NGHTTP" "1" "April 10, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.TH "NGHTTP" "1" "April 16, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
nghttp \- HTTP/2 client
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "NGHTTPD" "1" "April 10, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.TH "NGHTTPD" "1" "April 16, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
nghttpd \- HTTP/2 server
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "NGHTTPX" "1" "April 10, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.TH "NGHTTPX" "1" "April 16, 2016" "1.10.0-DEV" "nghttp2"
|
||||
.SH NAME
|
||||
nghttpx \- HTTP/2 proxy
|
||||
.
|
||||
|
@ -1495,7 +1495,7 @@ Clear all existing request header fields.
|
|||
.UNINDENT
|
||||
.INDENT 7.0
|
||||
.TP
|
||||
.B push uri
|
||||
.B push(uri)
|
||||
Initiate to push resource identified by \fIuri\fP\&. Only HTTP/2
|
||||
protocol supports this feature. For the other protocols, this
|
||||
method is noop. \fIuri\fP can be absolute URI, absolute path or
|
||||
|
|
|
@ -1357,7 +1357,7 @@ respectively.
|
|||
|
||||
Clear all existing request header fields.
|
||||
|
||||
.. rb:method:: push uri
|
||||
.. rb:method:: push(uri)
|
||||
|
||||
Initiate to push resource identified by *uri*. Only HTTP/2
|
||||
protocol supports this feature. For the other protocols, this
|
||||
|
|
Loading…
Reference in New Issue