All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.4.1 Changes
- The
HasClientinstance forDelete cts ()now does not care at all about content types provided.
0.4
Deletenow is likeGet,Post,Put, andPatchand returns a response body- ๐ Support content-type aware combinators and
Accept/Content-typeheaders - โ Added a lot of tests
- ๐ Support multiple concurrent threads
- ๐ Use
ServantErrorto report Errors instead ofString - ๐ Make the clients for
Rawendpoints return the wholeResponsevalue (to be able to access response headers for example) - ๐ Support for PATCH
- ๐ Make () instances expect No Content status code, and not try to decode body.
- โ Add support for response headers
- The
-
v0.2.2 Changes
- โ Add TLS support
- โ Add matrix parameter support