AuthDomain.challenge
void challenge(soup.server_message.ServerMessage msg)Adds a "WWW-Authenticate" or "Proxy-Authenticate" header to msg.
It requests that the client authenticate, and sets msg's status accordingly.
This is used by soup.server.Server internally and is probably of no use to anyone else.
Parameters
msg | a #SoupServerMessage |