soup.auth_digest

Module for [AuthDigest] class

Types 3

HTTP "Digest" authentication.

soup.session.Sessions support this by default; if you want to disable support for it, call soup.session.Session.removeFeatureByType passing SOUP_TYPE_AUTH_DIGEST.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
AuthDigest self() nothrowReturns `this`, for use in `with` statements.
AuthDigestGidBuilder builder() static nothrowGet builder for [soup.auth_digest.AuthDigest] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for soup.auth_digest.AuthDigest

Fluent builder for soup.auth_digest.AuthDigest

Methods
AuthDigest build() nothrowCreate object from builder. Returns: New object