v0.11.0
版本发布时间: 2017-01-14 19:38:35
lostisland/faraday_middleware最新发布版本:v1.2.1(2024-09-23 21:27:43)
- Add support for Ruby 2.4
- Add optional callback to FollowRedirects middleware
- Add support for 308 status code to FollowRedirects middleware
- Ignores fragments in the
Location
header on FollowRedirects middleware - Add
token_type
option for specifying method of adding OAuth2 tokens - Add support for json vendor types
- Write only the Faraday::Response portion of Faraday::Env to cache
- Include
env.response
when rescuing ParsingErrors