class

DigestAuth

Inherits Reference < Object

An implementation of RFC 2617 Digest Access Authentication.

Instance methods

auth_header(uri : URI, www_authenticate : String, method : String, iis : Bool = false)

Creates a digest auth header IIS servers handle the "qop" parameter of digest authentication differently so you may need to set iis to true for such servers.

Source

Nested types