MCPcopy
hub / github.com/encode/httpx / _DigestAuthChallenge

Class _DigestAuthChallenge

httpx/_auth.py:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342
343class _DigestAuthChallenge(typing.NamedTuple):
344 realm: bytes
345 nonce: bytes
346 algorithm: str
347 opaque: bytes | None
348 qop: bytes | None

Callers 1

_parse_challengeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected