Skip to content

Commit

Permalink
Add encode_xml middleware (#2)
Browse files Browse the repository at this point in the history
It seems pretty ready.

From the lostisland/faraday_middleware#274 (comment)
  • Loading branch information
AlexWayfer committed Oct 20, 2021
1 parent 6fd17c1 commit 52f8091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Under the hood, Faraday uses a Rack-inspired middleware stack for making request

In addition to this curated list of middleware, we would like to specifically call your attention to middleware that is helpful for general HTTP use:

- [encode_xml](https://github.com/AlexWayfer/faraday-encode_xml) - encode XML requests (responses decoding is included in `faraday_middleware` gem)
- [encoding](https://github.com/ma2gedev/faraday-encoding) - required for handling UTF-8 responses
- [follow_redirects](https://github.com/lostisland/faraday_middleware/blob/main/lib/faraday_middleware/response/follow_redirects.rb) - follow HTTP 30X redirects
- [json](https://github.com/lostisland/faraday_middleware) - encode/decode JSON requests and responses
Expand Down

0 comments on commit 52f8091

Please sign in to comment.