nghttp3v1.18.0
- Updated
Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C
- Project website: https://github.com/ngtcp2/nghttp3
#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>)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Host Tool For
No ports use this.
#Contributors
Alexis La Goutte
Jack·Boos·Yu
talregev
Billy O'Neal
toge
xiaozhuai