soup.auth_basic

Module for [AuthBasic] class

Types 3

HTTP "Basic" authentication.

class@Sessions support this by default; if you want to disable support for it, call [soup.session.Session.removeFeatureByType], passing SOUP_TYPE_AUTH_BASIC.

Methods
GType _gType() @property
AuthBasic self()Returns `this`, for use in `with` statements.
AuthBasicGidBuilder builder()Get builder for [soup.auth_basic.AuthBasic] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [soup.auth_basic.AuthBasic]

Methods