Skip to Content

nghttp3 v1.18.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 transitive dependencies.

# Host Dependencies

No transitive dependencies.

# 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
  • toge's avatar toge
  • xiaozhuai's avatar xiaozhuai

# Changelog

  • 21576b4 [sfparse] New port [nghttp3] Update to 1.18.0 [vcpkg-ci-sfparse] New ci port [vcpkg-ci-nghttp3] New ci port (#53079)
  • 6bb60cd [nghttp3] Update to 1.17.0 (#52626)
  • 3249e75 [nghttp3] Update to 1.16.0 (#52118)
  • 6a605a9 [nghttp3] update to 1.15.0 (#49525)
  • 1d99da1 [nghttp3] update to 1.14.0 (#49053)
  • 116c49c [nghttp3] update to 1.13.1 (#48458)
  • 74073c6 [nghttp3] update to 1.13.0 (#48441)
  • 6c85fdb [nghttp3] update to 1.12.0 (#47497)
  • 55d639f [curl] http3 (with ngtcp2) non experimental feature (#46459)
  • 0c5b75b [nghttp3] update to 1.11.0 (#46600)
and 22 more commits:

# Source