twisted / treq

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

add_auth() agent doesn't implement IAgent #312

Closed twm closed 3 years ago

twm commented 3 years ago

The agent returned by treq.auth.add_auth() doesn't provide twisted.web.iweb.IAgent. The same goes for treq.auth.add_basic_auth().