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

Figure out the actual set of supported HTTP verbs #180

Open
julik opened this issue Oct 23, 2020 · 0 comments
Open

Figure out the actual set of supported HTTP verbs #180

julik opened this issue Oct 23, 2020 · 0 comments
Assignees

Comments

@julik
Copy link
Collaborator

julik commented Oct 23, 2020

While working on https://github.com/julik/faraday-patron I found that the new tests for Faraday adapters also test the TRACE HTTP method - which, go figure, exists. There is also a number of more esoteric WebDAV methods (the PROPFINDs and the PROPPATCHes and the like). Given that strictly speaking the method/verb is just.. a bare string in an HTTP request we should support any verb that libcurl is willing to accept, and not a narrow subset of them.

@julik julik self-assigned this Oct 23, 2020
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

No branches or pull requests

1 participant