Skip to content

Commit

Permalink
faraday-xml can now both encode and decode XML
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 authored and olleolleolle committed Mar 10, 2023
1 parent 74c5fd4 commit 8b7dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In addition to this curated list of middleware, we would like to specifically ca
- [follow_redirects](https://github.com/tisba/faraday-follow-redirects) - follow HTTP 30X redirects
- [encode_xml](https://github.com/AlexWayfer/faraday-encode_xml) - encode XML requests (responses decoding is included in `faraday_middleware` gem)
- [decode_xml](https://github.com/soberstadt/faraday-decode_xml) - decode XML responses
- [`XML Middleware`](https://github.com/gemhome/faraday-xml) - parses response body into a hash of key/value pairs.
- [`XML Middleware`](https://github.com/gemhome/faraday-xml) - encodes requests as XML, parses response body into a hash of key/value pairs, and provides access to parser/encoder primitives for handling whatever needs arise

#### `faraday_middleware` gem

Expand Down

0 comments on commit 8b7dcb4

Please sign in to comment.