You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: