v0.4.0 — Better header control and some more request parameters
- Migrated from setuptools to hatch
- Added a
set_headers
argument to theClient
constructor for explicitly setting or not setting headers on sessions - Added
timeout
arguments to the request methods - Added
allow_redirects
argument toClient.request()
andEndpoint.request()