Return an "unauthorized" HTTP status line.
int Ns_ConnReturnUnauthorized (Ns_Conn *conn);
Calls Ns_ConnReturnStatus or Ns_ConnReturnNotice with a status code of 401 to indicate that the request did not include a valid Authorization header or the header did not specify an authorized user.