Used when parsing a ‘authentication-info’ header info.
Attributes
| cnonce | [RW] | |
| nc | [RW] | |
| nextnonce | [RW] | |
| qop | [RW] | |
| rspauth | [RW] |
Public instance methods
header_name
()
[show source]
# File lib/rufus/verbs/digest.rb, line 244 244: def header_name 245: 'authentication-info' 246: end