All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.4.1 Changes
- The
HasClient
instance forDelete cts ()
now does not care at all about content types provided.
0.4
Delete
now is likeGet
,Post
,Put
, andPatch
and returns a response body- ๐ Support content-type aware combinators and
Accept
/Content-type
headers - โ Added a lot of tests
- ๐ Support multiple concurrent threads
- ๐ Use
ServantError
to report Errors instead ofString
- ๐ Make the clients for
Raw
endpoints return the wholeResponse
value (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