treq v20.9.0.rc1 Release Notes

Release Date: 2020-09-27 // over 3 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>__)

    ๐Ÿ‘Œ Improved Documentation

    • An example of sending and receiving JSON has been added. (#278 <https://github.com/twisted/treq/issues/278>__)