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
3f416245
Commit
3f416245
authored
Jan 11, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
fd07247a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
README.rst
README.rst
+18
-6
No files found.
README.rst
View file @
3f416245
...
...
@@ -370,7 +370,9 @@ The ``Client`` in the above is needs to be configured to use
At the time of this writing, Chrome is the only browser which supports
secure proxy. The one way to configure Chrome to use secure proxy is
create proxy.pac script like this::
create proxy.pac script like this:
.. code-block:: javascript
function FindProxyForURL(url, host) {
return "HTTPS SERVERADDR:PORT";
...
...
@@ -447,7 +449,9 @@ and are processed in the order they appear. Each item in the sequence
is a JSON object and it must have at least ``headers`` key. Its value
is an array of a JSON object containing exactly one name/value pair.
Example::
Example:
.. code-block:: json
{
"context": "request",
...
...
@@ -507,7 +511,9 @@ headers
header_table_size
The header table size adjsuted before deflating header set.
Examples::
Examples:
.. code-block:: json
{
"context": "request",
...
...
@@ -605,7 +611,9 @@ max_deflate_size
``max_deflate_size`` but inside the ``max_size`` and make sure
that they are no longer referenced.
Example::
Example:
.. code-block:: json
{
"context": "request",
...
...
@@ -773,7 +781,9 @@ are processed in the order they appear. Each item in the sequence is a
JSON object and it must have at least ``wire`` key. Its value is a
string containing compressed header block in hex string.
Example::
Example:
.. code-block:: json
{
"context": "request",
...
...
@@ -802,7 +812,9 @@ header_table_size
The header table size adjsuted before inflating compressed header
block.
Example::
Example:
.. code-block:: json
{
"context": "request",
...
...
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