soup.AuthDomain

Undocumented in source.

Public Imports

soup.c.types
public import soup.c.types;

Members

Classes

AuthDomain
class AuthDomain

A #SoupAuthDomain manages authentication for all or part of a #SoupServer. To make a server require authentication, first create an appropriate subclass of #SoupAuthDomain, and then add it to the server with soup_server_add_auth_domain().

Meta