Skip to content

Releases: litert/http-client.js

v1.1.1

26 Apr 01:22
v1.1.1
483a3a4

Choose a tag to compare

CHANGES

  • fix(client): Catch the connection error between request and getBuffer/getStream.

v1.1.0

31 Jan 15:06
v1.1.0
fc5bbaa

Choose a tag to compare

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 h2 is selected by ALPN.
  • fix(client): Allow string-type content-length.
  • fix(client): Renamed EVersion.AUTO to EVersion.ALPN.
  • fix(client): Use EVersion.HTTP_1_1 by default, instead of EVersion.ALPN.
  • feat(client): Added filter hook pre_args to initialize request arguments, before processing it.
  • build(deps): removed all runtime dependencies.

Release v1.0.5

26 Jun 09:33
v1.0.5
dff52e9

Choose a tag to compare

Changes

  • fix(client): fixed timeout while sending request by HTTP/1.1.

Release v1.0.0

15 Dec 12:02
v1.0.0
5c4bf5c

Choose a tag to compare

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