Simple, but flexible HTTP client library, with support for multiple backends.
I have Rails API server hosted on Heroku, which makes an asynchronous POST request to a callback url specified in …
ruby-on-rails ssl faradaySince Faraday doesn't have documentation, I wasn't able to find it out anywhere. What is "timeout" and what "open timeout" …
ruby timeout faradayI'm having issues attempting to upload a file to a web service using Faraday. My code: conn = Faraday.new('http://…
ruby faradayI am looking for an example of Faraday Middleware that handles http (status code) errors on requests and additionally network …
ruby-on-rails ruby middleware faradayIs there a way to add timeout options in this simple get method? I am using Faraday 3.3. Faraday.get(url) …
ruby-on-rails ruby faradayI recently switched my http client to faraday and everything works as intended. I have the following piece of code …
ruby-on-rails ruby faradayI am fairly new to ruby and I am trying to execute a spec and I receive this error: RuntimeError: :…
ruby rspec faradayI am trying to make a request to the Spingo API. I have made a successful request using Curl, but …
ruby-on-rails ruby curl faradayI am receiving the message #<Faraday::ConnectionFailed> Connection refused - connect(2) after using checkboxes to select items in …
ruby-on-rails ruby faraday faraday-oauth