Skip to content

Commit

Permalink
Update references to Multipart middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jan 2, 2022
1 parent 95893de commit 030058e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ In addition to this curated list of middleware, we would like to specifically ca
- [basic_authentication](https://lostisland.github.io/faraday/middleware/authentication) - HTTP basic auth
- [instrumentation](https://lostisland.github.io/faraday/middleware/instrumentation) - instrument requests using [ActiveSupport::Notifications](https://api.rubyonrails.org/classes/ActiveSupport/Notifications.html) or similar
- [logger](https://lostisland.github.io/faraday/middleware/logger) - log request and response
- [multipart](https://lostisland.github.io/faraday/middleware/multipart) - encode request body as a multipart form
- [raise_error](https://lostisland.github.io/faraday/middleware/raise-error) - raises exception on 4xx or 5xx
- [token_authentication](https://lostisland.github.io/faraday/middleware/authentication) - HTTP token authentication
- [url_encoded](https://lostisland.github.io/faraday/middleware/url-encoded) - encode request body as a url-encoded form upload
- [json](https://github.com/lostisland/faraday_middleware) - encode/decode JSON requests and responses

#### Bundled into their own gems

- [retry](https://lostisland.github.io/faraday/middleware/retry) - retry intermittent HTTP failures
- [multipart](https://lostisland.github.io/faraday-multipart) - encode request body as a multipart form
- [retry](https://lostisland.github.io/faraday-retry) - retry intermittent HTTP failures
- [rashify](https://github.com/lostisland/faraday-rashify) - parse responses into a [Hashie::Mash::Rash](https://github.com/hashie/hashie)

#### `faraday_middleware` gem
Expand Down

0 comments on commit 030058e

Please sign in to comment.