AuthDomain.covers

Checks if @domain requires @msg to be authenticated (according to its paths and filter function). This does not actually look at whether @msg <emphasis>is</emphasis> authenticated, merely whether or not it needs to be.

This is used by #SoupServer internally and is probably of no use to anyone else.

class AuthDomain
bool
covers

Parameters

msg Message

a #SoupMessage

Return Value

Type: bool

%TRUE if @domain requires @msg to be authenticated

Meta