Skip to content

zcbenz/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:

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

Packages

No packages published

Languages

  • C 90.1%
  • M4 3.4%
  • Python 3.1%
  • CMake 1.7%
  • Makefile 0.8%
  • C++ 0.7%
  • Other 0.2%