Method
SoupAuthDomainaccepts
Declaration [src]
char*
soup_auth_domain_accepts (
  SoupAuthDomain* domain,
  SoupServerMessage* msg
)
Description [src]
Checks if msg contains appropriate authorization for domain to
accept it.
Mirroring soup_auth_domain_covers(), this does not check whether or not
domain cares if msg is authorized.
This is used by SoupServer internally and is probably of no use to
anyone else.
Parameters
- msg
- 
            Type: SoupServerMessageA SoupServerMessage.The data is owned by the caller of the method.