module Faraday::Response

Constants

Mashify

Public: Converts parsed response bodies to a Hashie::Mash if they were of Hash or Array type.

ParseJson

Public: Parse response bodies as JSON.

ParseMarshal

Public: Restore marshalled Ruby objects in response bodies.

ParseXml

Public: parses response bodies with MultiXml.

ParseYaml

Public: Parse response bodies as YAML.

Rashify

Public: Converts parsed response bodies to a Hashie::Rash if they were of Hash or Array type.