httpx._auth._DigestAuthChallenge
httpx
_auth
_DigestAuthChallenge
class _DigestAuthChallenge(typing.NamedTuple):
View In Hierarchy
Undocumented
algorithm
nonce
opaque
qop
realm
str
bytes
typing.Optional[bytes]