You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have Response.content() which is what you should use.
The main purpose that treq.content serves is to trick unsuspecting passers-by into accidentally attempting to call it on an HTTPClient when they start replacing their global-treq-module usage with HTTPClient usage to make it more testable.
The text was updated successfully, but these errors were encountered:
We already have
Response.content()
which is what you should use.The main purpose that
treq.content
serves is to trick unsuspecting passers-by into accidentally attempting to call it on anHTTPClient
when they start replacing their global-treq
-module usage withHTTPClient
usage to make it more testable.The text was updated successfully, but these errors were encountered: