soup.auth_ntlm

Module for [AuthNTLM] class

Types 3

HTTP-based NTLM authentication.

class@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 for [soup.auth_ntlm.AuthNTLM]

Methods