Skip to content

v0.3.0 — Better header configuration

Compare
Choose a tag to compare
@jwodder jwodder released this 10 Nov 14:43
· 22 commits to master since this release
v0.3.0
  • A session-wide Accept header can now be specified when constructing a Client without having to use a custom Session
  • Added a headers argument to the Client constructor for setting arbitrary additional headers without having to use a custom Session
  • Gave Client a close() method