Skip to Content

nghttp3 v1.6.0

Created
Updated

Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C

# Usage

nghttp3 provides CMake targets:

find_package(nghttp3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:nghttp3::nghttp3>,nghttp3::nghttp3,nghttp3::nghttp3_static>) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Alexis La Goutte's avatar Alexis La Goutte
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • talregev's avatar talregev
  • Billy O'Neal's avatar Billy O'Neal

# Changelog

and 7 more commits:

# Source