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
72da72f8
Commit
72da72f8
authored
Dec 05, 2013
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.rst
parent
84d1fffb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
README.rst
README.rst
+13
-13
No files found.
README.rst
View file @
72da72f8
...
...
@@ -7,18 +7,18 @@ version 2.0.
Development Status
------------------
We started to implement HTTP-draft-0
8
/2.0
(http://tools.ietf.org/html/draft-ietf-httpbis-http2-0
8
) and the
We started to implement HTTP-draft-0
9
/2.0
(http://tools.ietf.org/html/draft-ietf-httpbis-http2-0
9
) and the
header compression
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-0
4
).
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-0
5
).
The nghttp2 code base was forked from spdylay project.
========================== =================
Features HTTP-draft-0
8
/2.0
Features HTTP-draft-0
9
/2.0
========================== =================
:authority Done
HPACK-draft-0
4
Done
HPACK-draft-0
5
Done
SETTINGS_HEADER_TABLE_SIZE Done
SETTINGS_ENABLE_PUSH Done
FRAME_SIZE_ERROR Done
...
...
@@ -31,12 +31,12 @@ Public Test Server
------------------
The following endpoints are available to try out nghttp2
implementation. These endpoints supports ``HTTP-draft-0
7
/2.0`` and
implementation. These endpoints supports ``HTTP-draft-0
9
/2.0`` and
the earlier draft versions are not supporeted.
* https://106.186.112.116 (TLS + NPN)
NPN offers ``HTTP-draft-0
7
/2.0``, ``spdy/3.1``, ``spdy/3``,
NPN offers ``HTTP-draft-0
9
/2.0``, ``spdy/3.1``, ``spdy/3``,
``spdy/2`` and ``http/1.1``.
Note: certificate is self-signed and a browser will show alert
...
...
@@ -146,11 +146,11 @@ output from ``nghttp`` client::
$ src/nghttp -vn https://localhost:8443
[ 0.003] NPN select next protocol: the remote server offers:
* HTTP-draft-0
7
/2.0
* HTTP-draft-0
9
/2.0
* spdy/3
* spdy/2
* http/1.1
NPN selected the protocol: HTTP-draft-0
7
/2.0
NPN selected the protocol: HTTP-draft-0
9
/2.0
[ 0.005] send SETTINGS frame <length=16, flags=0x00, stream_id=0>
(niv=2)
[SETTINGS_MAX_CONCURRENT_STREAMS(4):100]
...
...
@@ -204,7 +204,7 @@ The HTTP Upgrade is performed like this::
GET / HTTP/1.1
Host: localhost:8080
Connection: Upgrade, HTTP2-Settings
Upgrade: HTTP-draft-0
7
/2.0
Upgrade: HTTP-draft-0
9
/2.0
HTTP2-Settings: AAAABAAAAGQAAAAHAAD__w
Accept: */*
User-Agent: nghttp2/0.1.0-DEV
...
...
@@ -213,7 +213,7 @@ The HTTP Upgrade is performed like this::
[ 0.000] HTTP Upgrade response
HTTP/1.1 101 Switching Protocols
Connection: Upgrade
Upgrade: HTTP-draft-0
7
/2.0
Upgrade: HTTP-draft-0
9
/2.0
[ 0.001] HTTP Upgrade success
...
...
@@ -313,7 +313,7 @@ nghttpx - proxy
+++++++++++++++
The ``nghttpx`` is a multi-threaded reverse proxy for
HTTP-draft-0
8
/2.0, SPDY and HTTP/1.1. It has several operation modes:
HTTP-draft-0
9
/2.0, SPDY and HTTP/1.1. It has several operation modes:
================== ============================== ============== =============
Mode option Frontend Backend Note
...
...
@@ -326,7 +326,7 @@ default mode HTTP/2.0, SPDY, HTTP/1.1 (TLS) HTTP/1.1 Reverse proxy
================== ============================== ============== =============
The interesting mode at the moment is the default mode. It works like
a reverse proxy and listens HTTP-draft-0
8
/2.0, SPDY and HTTP/1.1 and
a reverse proxy and listens HTTP-draft-0
9
/2.0, SPDY and HTTP/1.1 and
can be deployed SSL/TLS terminator for existing web server.
The default mode, ``--http2-proxy`` and ``--http2-bridge`` modes use
...
...
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