Skip to content

Releases: toitlang/pkg-http

v2.0.2

15 Mar 13:48
71667f3

Choose a tag to compare

Bug-fix of the v2 HTTP library.

The V2 HTTP library has an incompatible API compared with the v1 library.
The most important difference is that the Client is reused for multiple requests
and you must call close on it when you are done.

This release is better at detecting and throwing when you try to do two requests
on the same client at the same time.

v1.9.2

20 Sep 11:52
ed76b55

Choose a tag to compare

What's Changed

  • Make ContentLengthReader a SizedReader by @kasperl in #39

Full Changelog: v1.9.1...v1.9.2

v1.9.1

19 Jul 09:35
fc9a7ba

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

28 Jun 14:27
760f6c9

Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.9.0

v1.8.1

09 Jun 04:54
8cedb36

Choose a tag to compare

What's Changed

  • Add yaml file of examples folder by @floitsch in #27
  • Better description and minor changes to example by @floitsch in #28
  • Implement tpc.Socket.no_delay on DetachedSocket by @kasperl in #29

Full Changelog: v1.8.0...v1.8.1

v1.8.0

25 Feb 12:26
91b51dd

Choose a tag to compare

What's Changed

  • Add support for URL-encoded HTML-form-like POST

Full Changelog: v1.7.1...v1.8.0

v1.7.1

09 Feb 09:27
02cf30c

Choose a tag to compare

What's Changed

  • Broaden exception resilience for chunked writes by @kasperl in #23

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Feb 09:03
821585e

Choose a tag to compare

What's Changed

  • Avoid exceptions on writing last chunked CRLF by @kasperl in #22
  • Add slash to path if it is missing in request by @erikcorry in #21

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.4.1

16 Dec 09:21

Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 Dec 08:52
a696851

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0