twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 139 forks source link

`files` parameter is not documented #324

Closed itamarst closed 2 years ago

itamarst commented 3 years ago

request() and other related APIs accept a files argument, but it is not documented. E.g. https://treq.readthedocs.io/en/release-20.3.0/api.html#treq.request doesn't list it.