soup.auth_ntlm

Module for [AuthNTLM] class

Types 3

HTTP-based NTLM authentication.

soup.session.Sessions do not support this type by default; if you want to enable support for it, call soup.session.Session.addFeatureByType, passing SOUP_TYPE_AUTH_NTLM.

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

Fluent builder implementation template for soup.auth_ntlm.AuthNTLM

Fluent builder for soup.auth_ntlm.AuthNTLM

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