Skip to content

lhuang04/nghttp3

 
 

Repository files navigation

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:

It can also send and receive SETTINGS_H3_DATAGRAM from HTTP Datagrams and the Capsule Protocol.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.3%
  • M4 3.4%
  • Python 3.0%
  • CMake 1.7%
  • Makefile 0.7%
  • C++ 0.7%
  • Other 0.2%