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
65137119
Commit
65137119
authored
Jun 14, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.rst
parent
f85a213f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
12 deletions
+27
-12
README.rst
README.rst
+27
-12
No files found.
README.rst
View file @
65137119
nghttp2 - HTTP/2 C Library
==========================
==
==========================
This is an experimental implementation of Hypertext Transfer Protocol
version 2.
This is an implementation of Hypertext Transfer Protocol version 2
in C.
The framing layer of HTTP/2 is implemented as form of reusable C
library. On top of that, we have implemented HTTP/2 client, server
and proxy. Also we have developed load test/benchmarking tool for
HTTP/2 and SPDY.
HPACK encoding and decoding are available as public API.
We didn't cover everything, but we have Python binding of this libary.
Development Status
------------------
...
...
@@ -14,13 +23,19 @@ header compression
The nghttp2 code base was forked from spdylay project.
========================== =====
Features h2-12
========================== =====
Dependency based priority Done
BLOCKED frame Done
COMPRESSED DATA Done
========================== =====
=========================== =======
HTTP/2 Features Support
=========================== =======
Core frames handling Yes
Dependency Tree Yes
Large header (CONTINUATION) Yes
BLOCKED extension Yes \*1
ALTSVC extension Yes \*2
=========================== =======
* \*1 As described in draft-12.
* \*2 As described in draft-12, but reserved byte is removed.
Public Test Server
------------------
...
...
@@ -367,8 +382,8 @@ information. Here is sample output from ``nghttpd`` server::
nghttpx - proxy
+++++++++++++++
``nghttpx`` is a multi-threaded reverse proxy for
``h2-12``, SPDY and HTTP/1.1.
It has several operation modes:
``nghttpx`` is a multi-threaded reverse proxy for
``h2-12``, SPDY and
HTTP/1.1 and powers nghttp2.org site.
It has several operation modes:
================== ============================ ============== =============
Mode option Frontend Backend Note
...
...
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