Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C
nghttp3 provides CMake targets:
find_package(nghttp3 CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:nghttp3::nghttp3>,nghttp3::nghttp3,nghttp3::nghttp3_static>)
v1.6.0#0
All
MIT
Manifest