Releases: litert/http-client.js
Releases · litert/http-client.js
v1.1.1
v1.1.0
What's Changed
- fix(client): HTTP/2 should ignore body of DELETE method.
- fix(client): Use HTTP/1.1 when ALPN is not supported by remote server.
- fix(client): Preventing from memory leak when
h2is selected by ALPN. - fix(client): Allow string-type content-length.
- fix(client): Renamed
EVersion.AUTOtoEVersion.ALPN. - fix(client): Use
EVersion.HTTP_1_1by default, instead ofEVersion.ALPN. - feat(client): Added filter hook
pre_argsto initialize request arguments, before processing it. - build(deps): removed all runtime dependencies.
Release v1.0.5
Changes
- fix(client): fixed timeout while sending request by HTTP/1.1.
Release v1.0.0
The first release after the full refactor.
Protocols
- HTTP/2
- HTTPS/2
- HTTP/1.1
- HTTPS/1.1
- HTTPS/auto (Partially supported, for only HTTP/1.1 and HTTP/2 )
- HTTPS/3
Features
- SNI
- GZIP
- deflate
- Use given local address
- Additional customized connection options
- Additional customized request options
- Keepalive timeout
- Request Timeout
- Connection Management
- Concurrency Management
- Custom Servername