Releases: toitlang/pkg-http
Releases · toitlang/pkg-http
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.0
Client: Supports relative locations on redirects.
Client: Takes a copy of the provided Headers object instead of modifying it.
(This fixes a problem with Content-Length 0 on post requests)
Client: React correctly to 204 No Content success code.
Client: Add drain method to Reponse.
v2.0.2
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
v1.9.1
v1.9.0
What's Changed
- Add follow-redirect by @floitsch in #30
- Add continuous integration by @floitsch in #31
- Run tests on all platforms by @floitsch in #32
- Change how Toit is downloaded by @floitsch in #33
- Send empty request body when no body is provided by @kasperl in #35
- Don't modify the headers object that is passed in by @floitsch in #37
Full Changelog: v1.8.1...v1.9.0