Skip to content

bagder/nghttp3

 
 

Repository files navigation

nghttp3

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

It does not depend on any particular QUIC transport implementation.

HTTP/3

This library implements HTTP/3 draft-22. It can exchange basic HTTP request, response and server push, but does not fully implement the specification at the moment.

QPACK

This library implements QPACK draft-09. 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 92.5%
  • M4 3.7%
  • CMake 1.7%
  • Makefile 0.8%
  • Python 0.8%
  • Objective-C 0.2%
  • Other 0.3%