Class Faraday::Response
In: lib/faraday/response.rb
Parent: Object

Methods

Classes and Modules

Class Faraday::Response::Logger
Class Faraday::Response::Middleware
Class Faraday::Response::RaiseError

External Aliases

env -> to_hash

Attributes

env  [R] 

Public Class methods

Public Instance methods

Expand the env with more properties, without overriding existing ones. Useful for applying request params after restoring a marshalled Response.

because @on_complete_callbacks cannot be marshalled

[Validate]