treq v20.9.0 Release Notes
Release Date: 2020-09-27 // almost 2 years ago-
๐ Features
- The url parameter of :meth:
HTTPClient.request()
(and shortcuts like :meth:~HTTPClient.get()
) now accept :class:hyperlink.DecodedURL
and :class:hyperlink.URL
in addition to :class:str
and :class:bytes
. (#212 <https://github.com/twisted/treq/issues/212>
__) - ๐ Compatibility with the upcoming Twisted 20.9.0 release (
#290 <https://github.com/twisted/treq/issues/290>
__).
๐ Improved Documentation
- An example of sending and receiving JSON has been added. (
#278 <https://github.com/twisted/treq/issues/278>
__)
- The url parameter of :meth: