twisted / treq

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

Add HTTP Digest Authentication support #267

Closed mksh closed 1 year ago

mksh commented 4 years ago

This contains changes from https://github.com/twisted/treq/pull/131 ,

with review comments

https://github.com/twisted/treq/pull/131#discussion_r78300154 https://github.com/twisted/treq/pull/131#discussion_r78300154 https://github.com/twisted/treq/pull/131#discussion_r78301644

addressed,

e.g.

jameshilliard commented 1 year ago

FYI in #131 I've gone ahead and merged trunk into this.

glyph commented 1 year ago

Looks like #131 is the winner for this feature. Hopefully that can get landed.