Skip to content

treq 20.9.0

Compare
Choose a tag to compare
@twm twm released this 27 Sep 21:56

Features

  • The url parameter of HTTPClient.request() (and shortcuts like get()) now accept hyperlink.DecodedURL and hyperlink.URL in addition to str and bytes. (#212)
  • Compatibility with the upcoming Twisted 20.9.0 release (#290).

Improved Documentation

  • An example of sending and receiving JSON has been added. (#278)