zcbenz / nghttp3

HTTP/3 library written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nghttp3

nghttp3 is an implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C.

It does not depend on any particular QUIC transport implementation.

Documentation

Online documentation is available.

HTTP/3

This library implements RFC 9114 HTTP/3. It does not support server push.

The following extensions have been implemented:

QPACK

This library implements RFC 9204 QPACK. It supports dynamic table.

License

The MIT License

Copyright (c) 2019 nghttp3 contributors

About

HTTP/3 library written in C

License:MIT License


Languages

Language:C 90.2%Language:M4 3.4%Language:Python 3.1%Language:CMake 1.7%Language:Makefile 0.8%Language:C++ 0.7%Language:Shell 0.2%Language:Dockerfile 0.0%