Releases: toitlang/pkg-http
Releases · toitlang/pkg-http
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
v1.8.1
v1.8.0
v1.7.1
v1.7.0
v1.4.1
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Prepare for Websocket usage by @andersjohnsen in #9
- Update README.md by @floitsch in #10
- Add support for detaching server socket by @andersjohnsen in #11
New Contributors
Full Changelog: v1.3.0...v1.4.0