twisted / treq

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

Add `treq.cookies` helper module #385

Closed twm closed 2 months ago

twm commented 2 months ago

A bunch of cookie-related stuff, incrementally stepping towards addressing #325:

Fixes #384.

twm commented 2 months ago

@adiroiban Thank you for the swift review! I renamed raid() to search() as you suggested.