Method Protocols.HTTP.Authentication.DigestServer()->auth()


Method auth

Concurrent.Future auth(string hdr, string method, string path)

Description

Authenticate a request.

Parameter hdr

The value of the Authorization header. Zero is acceptable, but will produce an unconditional rejection.

Parameter method

This is the HTTP method used, typically "GET" or "POST".

Parameter path

This is the path of the request.