Skip to content

v0.1.6

Compare
Choose a tag to compare
@Tomboyo Tomboyo released this 15 Jan 00:54
· 30 commits to main since this release

This releases the Fluent Requests milestone in which we establish the request-to-response API. Users can now not only create and parameterize requests, but also send them via the API, receive a response via the API, and even deserialize content bodies all without directly accessing the native HTTP API.

We still only support path and query parameters and do not yet provide helpers for accessing response headers or cookies, but in both cases users are still able to dip into the native HTTP API to get what they need.