class HTTPX::Plugins::ContentDigest::ValidationError

  1. lib/httpx/plugins/content_digest.rb
Superclass: Error

Error raised on response “content-digest” header validation.

Methods

Public Class

  1. new

Public Instance

  1. response

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