v0.3.0 — Better header configuration
- A session-wide
Accept
header can now be specified when constructing aClient
without having to use a customSession
- Added a
headers
argument to theClient
constructor for setting arbitrary additional headers without having to use a customSession
- Gave
Client
aclose()
method