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 _gType() @property
AuthNTLM self()Returns `this`, for use in `with` statements.
AuthNTLMGidBuilder builder()Get 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()Create object from builder. Returns: New object