kevinsawicki / http-request

Java HTTP Request Library
http://kevinsawicki.github.io/http-request
MIT License
3.35k stars 843 forks source link

Patch verb #91

Open gammay opened 9 years ago

gammay commented 9 years ago

Is it possible to add support for Patch verb?

xiaohanyu commented 9 years ago

+1 for this

xiaohanyu commented 9 years ago

@gammay Just found: http://developer.android.com/reference/java/net/HttpURLConnection.html

Seems the underlying HttpURLConnection doesn't support PATCH verb, what a pity

gammay commented 9 years ago

@xiaohanyu yes, we added a http filter on server to support PATCH.