1. Home
  2. Browse
  3. nghttp3

nghttp3

v1.5.0#0Go to latest

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

Install

Run the following Vcpkg command to install the port.

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>)

Dependencies

See source

Version

v1.5.0#0

Publication

Supports

All

Homepage

github.com/ngtcp2/nghttp3

Subtree

ec6869ac22

License

MIT

Definition

Manifest