Settings | Sign in | Sign up

There is currently 1 post.

关于nghttp2库的介绍

Floor 1 巨大八爪鱼 4/24/24 8:51
Nghttp2: HTTP/2 C Library

Feb 16th, 2015 11:16 pm

nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C.

The framing layer of HTTP/2 is implemented as a form of reusable C library. On top of that, we have implemented HTTP/2 client, server and proxy. We have also developed load test and benchmarking tool for HTTP/2.

We have participated in httpbis working group since HTTP/2 draft-04, which is the first implementation draft. Since then we have updated nghttp2 library constantly to latest specification and nghttp2 is now one of the most mature HTTP/2 implementations.

All C APIs are fully documented.

HTTP/2 utilizes header compression method called HPACK. We offer HPACK encoder and decoder are available as public API.

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.