Class

SoupAuthBasic

Description [src]

final class Soup.AuthBasic : Soup.Auth {
  /* No available fields */
}

HTTP “Basic” authentication.

SoupSessions support this by default; if you want to disable support for it, call soup_session_remove_feature_by_type(), passing SOUP_TYPE_AUTH_BASIC.

Ancestors