module Faraday::Response
Constants
- ForceUtf
deprecated alias
- 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.
- ParseNokogiriHtml
deprecated alias
- ParseNokogiriXml
deprecated alias
- 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.