-
Notifications
You must be signed in to change notification settings - Fork 40
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
Implement PATCH method #42
Comments
Do you have some public server that supports PATCH method so I can test against it? |
Only if you have a salesforce.com account :/ our own servers do not support PATCH. -----Original Message----- Do you have some public server that supports PATCH method so I can test against it? Reply to this email directly or view it on GitHub: |
Based on assumption that PATCH is like POST/PUT I will generate version for you this evening for testing. |
Cool. Thanks man. Sendt fra min iPhone Den 05/09/2012 kl. 13.09 skrev "Hubert Iwaniuk" [email protected]:
|
I've pushed version that has PATCH method same as PUT/POST to clojars https://clojars.org/http.async.client/versions/0.5.0-SNAPSHOT Please let me know if it works for you. |
I get this message when booting jetty I did not get that message before upgrading to async client 0.5.0 snapshot. -Erling -----Original Message----- I've pushed version that has PATCH method same as PUT/POST to clojars https://clojars.org/http.async.client/versions/0.5.0-SNAPSHOT Please let me know if it works for you. Reply to this email directly or view it on GitHub: |
Updated snapshot, please try again. Apart from WARNING, did the PATCH method work? |
I did not get that far, the jetty never booted due to some other things :( -Erling -----Original Message----- Updated snapshot, please try again. Apart from WARNING, did the PATCH method work? Reply to this email directly or view it on GitHub: |
Did it work with snapshot release? |
Yes thank you. My sunshine case worked Well. -Erling Sendt fra min iPhone Den 20/09/2012 kl. 16.30 skrev "Hubert Iwaniuk" [email protected]:
|
Glad to hear that! |
We would very much like to release our own software to production, but it cannot be done with snapshot releases inside. Do you have plans for a release soon? |
I was planning to update documentation first, but will cut release today without it. |
Great thank you :) |
Release available in https://clojars.org/http.async.client |
I would like to have the PATCH method implemented. So far, only clj-http implements the PATCH method that I need in my project. But it is bulky.
The text was updated successfully, but these errors were encountered: