There is a newer version of the record available.

Published June 16, 2026 | Version v2.3.0

JuliaWeb/HTTP.jl: v2.3.0

Description

HTTP v2.3.0

Diff since v2.2.0

Merged pull requests:

  • HTTP/2: retry streams reset with REFUSED_STREAM or rejected by GOAWAY (RFC 9113 §8.7) (#1298) (@mathieu17g)
  • Fix TLS server name derivation across redirects (#1306) (@quinnj)
  • Bind outbound connections to a local address/interface via local_addr (#834) (#1307) (@quinnj)
  • WebSocket permessage-deflate compression (RFC 7692) (#853) (#1308) (@quinnj)
  • Disable proxying for the TLS precompilation workload (#1309) (@JamesWrigley)
  • Add public isrecoverable(::Exception) for retry classification (#1245) (#1310) (@quinnj)
  • docs: add a parse_multipart_form usage example (#949) (#1311) (@quinnj)
  • Declare the documented public API via Julia's public mechanism (#1215) (#1312) (@quinnj)

Closed issues:

  • Support for domain sockets (#607)
  • Many fields not available in (REPL) autocomplete (#660)
  • Single Sign-On Functionality (#733)
  • Send http request through specific network interface (#834)
  • WebSocket permessage-deflate (#853)
  • bug: webSockets using protocols on chromium (#869)
  • How to log size of incoming request? (#892)
  • Support Socks proxies (#1097)
  • Feature request: Public API for HTTP.RetryRequest.isrecoverable(::Exception) (#1245)
  • Make HTTP/2 flow-control window sizes configurable (#1260)
  • Segmentation fault in Reseau epoll poller thread under gVisor (_backend_poll_once!, epoll.jl:235) (#1266)
  • HTTP/2 server leaks memory proportional to response body size (HTTP/1.1 does not) (#1271)
  • Missing methods for setheader, appendheader and removeheader (#1276)
  • add methods to deal with Headers (#1288)
  • missing characters in normal_url_char (#1293)
  • HTTP/2: streams reset with REFUSED_STREAM or rejected by GOAWAY are never retried (RFC 9113 §8.7) (#1294)

Files

JuliaWeb/HTTP.jl-v2.3.0.zip

Files (422.3 kB)

Name Size Download all
md5:d08bf06ed6ca4d2c82a41cc224ff8cfc
422.3 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/JuliaWeb/HTTP.jl/tree/v2.3.0 (URL)

Software