AuthDomain.covers
bool covers(soup.server_message.ServerMessage msg)Checks if domain requires msg to be authenticated (according to its paths and filter function).
This does not actually look at whether msg is authenticated, merely whether or not it needs to be.
This is used by classServer internally and is probably of no use to anyone else.
Parameters
msg | a #SoupServerMessage |
Returns
true if domain requires msg to be authenticated