treq 20.9.0
Features
- The url parameter of
HTTPClient.request()
(and shortcuts likeget()
) now accepthyperlink.DecodedURL
andhyperlink.URL
in addition tostr
andbytes
. (#212) - Compatibility with the upcoming Twisted 20.9.0 release (#290).
Improved Documentation
- An example of sending and receiving JSON has been added. (#278)