Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
a93e0016
Commit
a93e0016
authored
Nov 09, 2015
by
Syohei YOSHIDA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct misspellings
parent
9b18e476
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
+14
-14
doc/README.rst
doc/README.rst
+1
-1
doc/h2load.1
doc/h2load.1
+1
-1
doc/h2load.1.rst
doc/h2load.1.rst
+1
-1
doc/h2load.h2r
doc/h2load.h2r
+1
-1
doc/nghttp.1
doc/nghttp.1
+1
-1
doc/nghttp.1.rst
doc/nghttp.1.rst
+1
-1
doc/nghttpx.1
doc/nghttpx.1
+3
-3
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+3
-3
doc/nghttpx.h2r
doc/nghttpx.h2r
+2
-2
No files found.
doc/README.rst
View file @
a93e0016
...
...
@@ -22,7 +22,7 @@ starts with ``/**``. In other words, it only processes the comment
block starting ``/**``. The comment block must end with ``*/``. The
``mkapiref.py`` requires that which type of the object this comment
block refers to. To specify the type of the object, the next line
must contain the so-caled action keyword. Currently, the following
must contain the so-cal
l
ed action keyword. Currently, the following
action keywords are supported: ``@function``, ``@functypedef``,
``@enum``, ``@struct`` and ``@union``. The following sections
describes each action keyword.
...
...
doc/h2load.1
View file @
a93e0016
...
...
@@ -288,7 +288,7 @@ The number of status code h2load received.
.TP
.B total
The number of bytes received from the server "on the wire". If
requests were made via TLS, this value is the number of decr
py
ted
requests were made via TLS, this value is the number of decr
yp
ted
bytes.
.TP
.B headers
...
...
doc/h2load.1.rst
View file @
a93e0016
...
...
@@ -239,7 +239,7 @@ status codes
traffic
total
The number of bytes received from the server "on the wire". If
requests were made via TLS, this value is the number of decr
py
ted
requests were made via TLS, this value is the number of decr
yp
ted
bytes.
headers
The number of response header bytes from the server without
...
...
doc/h2load.h2r
View file @
a93e0016
...
...
@@ -30,7 +30,7 @@ status codes
traffic
total
The number of bytes received from the server "on the wire". If
requests were made via TLS, this value is the number of decr
py
ted
requests were made via TLS, this value is the number of decr
yp
ted
bytes.
headers
The number of response header bytes from the server without
...
...
doc/nghttp.1
View file @
a93e0016
...
...
@@ -58,7 +58,7 @@ Discard downloaded data.
.TP
.B \-O, \-\-remote\-name
Save download data in the current directory. The
filename is der
e
ived from URI. If URI ends with \(aq\fI/\fP\(aq,
filename is derived from URI. If URI ends with \(aq\fI/\fP\(aq,
\(aqindex.html\(aq is used as a filename. Not implemented
yet.
.UNINDENT
...
...
doc/nghttp.1.rst
View file @
a93e0016
...
...
@@ -36,7 +36,7 @@ OPTIONS
.. option:: -O, --remote-name
Save download data in the current directory. The
filename is der
e
ived from URI. If URI ends with '*/*',
filename is derived from URI. If URI ends with '*/*',
'index.html' is used as a filename. Not implemented
yet.
...
...
doc/nghttpx.1
View file @
a93e0016
...
...
@@ -267,7 +267,7 @@ is done for each pattern group.
Set maximum number of backend concurrent HTTP/1
connections per origin host. This option is meaningful
when
\f
I\%\-s
\f
P option is used. The origin host is determined
by authority portion of requ
se
t URI (or :authority
by authority portion of requ
es
t URI (or :authority
header field for HTTP/2). To limit the number of
connections per frontend for default mode, use
\f
I\%\-\-backend\-http1\-connections\-per\-frontend
\f
P\&.
...
...
@@ -1377,7 +1377,7 @@ Clear all existing response header fields.
Return custom response
\f
Ibody
\f
P to a client. When this method
is called in request phase hook, the request is not forwarded
to the backend, and response phase hook for this request will
not be invoked. When this method is called in resonse phase
not be invoked. When this method is called in res
p
onse phase
hook, response from backend server is canceled and discarded.
The status code and response header fields should be set
before using this method. To set status code, use :rb:meth To
...
...
@@ -1395,7 +1395,7 @@ It is an error to call this method twice for a given request.
.UNINDENT
.SS MRUBY EXAMPLES
.sp
Modify requet path:
Modify reque
s
t path:
.INDENT 0.0
.INDENT 3.5
.sp
...
...
doc/nghttpx.1.rst
View file @
a93e0016
...
...
@@ -236,7 +236,7 @@ Performance
Set
maximum
number
of
backend
concurrent
HTTP
/
1
connections
per
origin
host
.
This
option
is
meaningful
when
:
option
:`-
s
`
option
is
used
.
The
origin
host
is
determined
by
authority
portion
of
requ
se
t
URI
(
or
:
authority
by
authority
portion
of
requ
es
t
URI
(
or
:
authority
header
field
for
HTTP
/
2
).
To
limit
the
number
of
connections
per
frontend
for
default
mode
,
use
:
option
:`--
backend
-
http1
-
connections
-
per
-
frontend
`\.
...
...
@@ -1248,7 +1248,7 @@ respectively.
Return
custom
response
*
body
*
to
a
client
.
When
this
method
is
called
in
request
phase
hook
,
the
request
is
not
forwarded
to
the
backend
,
and
response
phase
hook
for
this
request
will
not
be
invoked
.
When
this
method
is
called
in
resonse
phase
not
be
invoked
.
When
this
method
is
called
in
res
p
onse
phase
hook
,
response
from
backend
server
is
canceled
and
discarded
.
The
status
code
and
response
header
fields
should
be
set
before
using
this
method
.
To
set
status
code
,
use
:
rb
:
meth
To
...
...
@@ -1266,7 +1266,7 @@ respectively.
MRUBY
EXAMPLES
~~~~~~~~~~~~~~
Modify
requet
path
:
Modify
reque
s
t
path
:
..
code
-
block
::
ruby
...
...
doc/nghttpx.h2r
View file @
a93e0016
...
...
@@ -354,7 +354,7 @@ respectively.
Return custom response *body* to a client. When this method
is called in request phase hook, the request is not forwarded
to the backend, and response phase hook for this request will
not be invoked. When this method is called in resonse phase
not be invoked. When this method is called in res
p
onse phase
hook, response from backend server is canceled and discarded.
The status code and response header fields should be set
before using this method. To set status code, use :rb:meth To
...
...
@@ -372,7 +372,7 @@ respectively.
MRUBY EXAMPLES
~~~~~~~~~~~~~~
Modify requet path:
Modify reque
s
t path:
.. code-block:: ruby
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment