soup.auth_digest
Module for [AuthDigest] class
Types 3
classAuthDigest : soup.auth.Auth
HTTP "Digest" authentication.
class@Sessions support this by default; if you want to disable support for it, call [soup.session.Session.removeFeatureByType] passing SOUP_TYPE_AUTH_DIGEST.
Methods
AuthDigest self()Returns `this`, for use in `with` statements.AuthDigestGidBuilder builder()Get builder for [soup.auth_digest.AuthDigest] Returns: New builder objectclassAuthDigestGidBuilderImpl(T) : soup.auth.AuthGidBuilderImpl!T
Fluent builder for [soup.auth_digest.AuthDigest]
Methods