Error
raised on response “content-digest” header validation.
Attributes
response | [R] |
Public Class methods
new(message, response)
[show source]
# File lib/httpx/plugins/content_digest.rb 18 def initialize(message, response) 19 super(message) 20 @response = response 21 end