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
- Jack·Boos·Yu
- talregev
- Billy O'Neal