Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] PATCH and github.com and ... bears?

On Fri, Nov 14, 2014 at 3:48 PM, Benson Margulies <benson@xxxxxxxxxxxxx> wrote:
Some of github.com's API depends on PATCH. HttpURLConnection rejects the use of PATCH. I made my own code using Apache HTTP components to deal, does this project have a plan?

JGit has optional support for Apache httpclient which may help to get support for HTTP PATCH.
Though this isn't yet used by EGit.

--
MatthiasĀ 

Back to the top