treq 20.9.0rc1
Pre-release
Pre-release
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>
__)
Improved Documentation
- An example of sending and receiving JSON has been added. (
#278 <https://github.com/twisted/treq/issues/278>
__)