-
Notifications
You must be signed in to change notification settings - Fork 55
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
Does it support PUT/DELETE/HEAD requests? #6
Comments
I think so. Maybe it's a good idea. |
@kevinisaac Nice ! i'll work on it soon ! 👍 |
I really love that script. Reliable, easy to use. Adding PUT and DELETE as the next step would be a real treat :-) |
Any plans to add additional methods in the near future? I like minAjax, but would need PUT, PATCH und DELETE methods to keep RESTful services in mind. |
@pwFoo Starting work today 👍 |
How can I send crsf token? |
I think it should support the other types of requests too, including PUT, DELETE, HEAD, OPTION, etc. These methods are used in any typical RESTful web API. What's your take on this @argunner?
If it supports all the HTTP verbs already, its better to update the README.
The text was updated successfully, but these errors were encountered: