Method Protocols.HTTP.Authentication.DigestServer()->auth()
- Method
auth
Concurrent.Futureauth(stringhdr,stringmethod,stringpath)- 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.