-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Add support for the TRACE HTTP verb? #325
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
Comments
+1 seems like an easy win. |
We should do a quick investigation as to which verbs we should add. |
agreed |
HTTPbis: https://tools.ietf.org/html/rfc7231#section-4 The following options would seem valid:
|
Covering RFC7231 would also address |
I also vote for to implenet http://www.iana.org/assignments/http-methods/http-methods.xhtml |
Adding SEARCH would be nice if it was defined to be simply a safe request with a body that describes the query. But RFC 5323 goes much further than that. It says that a resource that responds to SEARCH method MUST process Unfortunately, SEARCH is so inextricably intertwined with WebDAV that it is really no use elsewhere. Unless of course you are going to pick and choose the bits of the spec versus the bits you don't but at that point, you might as well invent your own method called FIND or QUERY and write your own spec. At least then you will avoid the ambiguity. There is not much harm saying that you can use all of the IANA registered methods in OpenAPI, but some of them are less useful than they first appear. |
TRACE has been there... for a while. |
No description provided.
The text was updated successfully, but these errors were encountered: