twisted / treq

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

Reject non-string header values #302

Closed twm closed 10 months ago

twm commented 3 years ago

Continuing on #294, which now produces a deprecation warning, treq should raise TypeError when passed a dict with non-string header values.