Skip to content

0.9.1

Compare
Choose a tag to compare
@gamache gamache released this 25 Nov 14:32
· 12 commits to master since this release

Added:

  • Link#headers, for specifying headers to send when fetching a link. These headers will be merged with link.resource.headers.
  • get_response, post_response, put_response, patch_response, and delete_response for obtaining responses as Faraday::Response objects instead of parsing the responses into objects of HyperResource or one of its subclasses.