Published June 16, 2026
| Version v2.3.0
Software
Open
JuliaWeb/HTTP.jl: v2.3.0
Authors/Creators
- Jacob Quinn
- Sam O'Connor1
- Jonathan Malmaud
- Dirk Gadsden2
- Iain Dunning3
- Keno Fischer4
- Fredrik Ekre
- Leah Hanson
- Daniel Espeset5
- Zach Allaun
- Alex Arslan6
- Westley Argentum Hennigh-Palermo
- Fons van der Plas7
- Tony Kelman
- Frames White8
- Art
- Chris de Graaf9
- Chuck Ha
- Ranjan Anantharaman10
- Ian Butterworth11
- Atsushi Sakai
- Tanmay Mohapatra
- Jameson Nash
- Elliot Saba12
- Yichao Yu13
- Tomáš Drvoštěp
- Maura Driscoll14
- Mikołaj Hojda
- Colin Caine
- Stefan Karpinski4
- 1. OC Technology
- 2. @Coinbase
- 3. Hudson River Trading
- 4. @JuliaComputing
- 5. @etsy
- 6. Beacon Biosignals
- 7. TU eindhoven
- 8. @CellBauhaus
- 9. @beacon-biosignals
- 10. JuliaHub Inc.
- 11. Leuko
- 12. Valve Software
- 13. Duke University
- 14. Strava
Description
HTTP v2.3.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
publicmechanism (#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,appendheaderandremoveheader(#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
- Repository URL
- https://github.com/JuliaWeb/HTTP.jl