Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add faraday-rack adapter #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

notEthan
Copy link

@notEthan notEthan commented Feb 3, 2022

No description provided.

@notEthan notEthan mentioned this pull request Feb 3, 2022
@@ -21,6 +21,7 @@ The following table show the available adapters and which features they support.
| [Typhoeus] | v1 only | ✖️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ |
| [HTTP.rb] | ✖️ | ✔️ | ✖️ | ✖️ | ✖️ | ✔️ | ✖️ | ✔️ | ✔️ |
| [httpx] | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| [Rack] | v1 only | ✖️ | ? | ? | ? | ✔️ | ? | ✔️ | ? |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a number of ? entries I do not know the answer to for the rack adapter

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It supports "GET, HEAD, DELETE, TRACE Request Body" and "TRACE Method" 👍
Source: https://github.com/lostisland/faraday-rack/blob/main/spec/faraday/adapter/rack_spec.rb#L4

@olleolleolle
Copy link
Member

Thanks for this great start, @notEthan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants