Skip to content
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

using patch or other methods with HttpURLConnection #134

Closed
jdamick opened this issue Jan 13, 2015 · 2 comments · Fixed by #147
Closed

using patch or other methods with HttpURLConnection #134

jdamick opened this issue Jan 13, 2015 · 2 comments · Fixed by #147
Milestone

Comments

@jdamick
Copy link
Contributor

jdamick commented Jan 13, 2015

What's the thought on applying a workaround similar to jersey to use PATCH or other methods to HttpURLConnection?

see:
https://github.com/jersey/jersey/blob/master/core-client/src/main/java/org/glassfish/jersey/client/HttpUrlConnector.java#L388

from: http://java.net/jira/browse/JERSEY-639

@codefromthecrypt
Copy link
Contributor

I'm fine with it. Surprised we haven't added an okhttp or netty adaptor!

@jdamick
Copy link
Contributor Author

jdamick commented Jan 13, 2015

may just use okhttp, need to think about that - thanks.

codefromthecrypt pushed a commit that referenced this issue Jan 26, 2015
@codefromthecrypt codefromthecrypt added this to the 7.1.0 milestone Jan 26, 2015
codefromthecrypt pushed a commit that referenced this issue Jan 26, 2015
codefromthecrypt pushed a commit that referenced this issue Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants