Mattia Giuffrida 6799f5852d Introduce new streaming API (#1439)
* Backwards-compatible
* Allow adapters to provide response info to on_call block
* Provide `stream_response` helper method
2022-08-08 12:23:09 +01:00
..
2020-04-19 22:56:50 +02:00
2020-04-19 22:56:50 +02:00
2020-04-19 22:56:50 +02:00
2022-08-08 12:23:09 +01:00
2022-05-23 14:24:45 +01:00
2021-04-14 08:31:48 +02:00
2019-07-02 07:43:06 -06:00

Faraday Website

This is the root directory of the Faraday Website. If you want to apply changes to it, please test it locally using Jekyll.

Here is how:

# Navigate into the /docs folder
$ cd docs

# Install Jekyll dependencies, this bundle is different from Faraday's one.
$ bundle install

# Run the Jekyll server with the Faraday website
$ bundle exec jekyll serve

# The site will now be reachable at http://127.0.0.1:4000/faraday/