respondUnauthorized

Write the unauthorized message to the server response

void
respondUnauthorized
(
HTTPServerResponse res
,
string message = "Authorization required"
,
int status = 401
)

Meta