On a recent project, I needed to post parallel JSON requests to an API endpoint, and asynchronously handle the responses. I like Rackâs middleware-based approach to handling HTTP requests on the server side, so I wanted to try Faraday, which similarly handles HTTP responses on the client side using a middleware stack. Typhoeus is an HTTP client which leverages libcurl to make high performance para
{{#tags}}- {{label}}
{{/tags}}