Skip to content

nghttp3v1.18.0

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

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Alexis La Goutte's avatarAlexis La Goutte
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • talregev's avatartalregev
  • Billy O'Neal's avatarBilly O'Neal
  • toge's avatartoge
  • xiaozhuai's avatarxiaozhuai

#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)
Show 22 earlier changes