Jesper Joergensen
Jesper Joergensen
Can you add a link to what you are referring to? On Tue, Dec 1, 2020 at 12:22 AM EINDEX wrote: > I saw in the wiki, there have one...
Thank you. Will take a look. On Sun, Dec 6, 2020 at 5:51 PM EINDEX wrote: > Hi, I create a PR for this, cloud you please check it. >...
I would happily take a pull request for this :-). It would be a pretty fun thing to implement and I'd do it myself if I found the time some...
Yes. Proxy support makes sense. Do you mind sending a nice clean, rebased pull request? That would be very helpful, thanks!
Also, think about how you would test it.
I think the assumption was that by the time the response code is checked, HttpUrlConnection has already followed redirects. Is that not the case? I have not tested it explicitly.
There is only a crude test for asJsonString() at this point. The other two new methods are experimental and would need some tests to make it into a release.
I see what you are saying. I have held it as principle so far to not expose the http classes in the public api and I like the idea of...
at first glance, I think a more proper implementation is to add an asXXX method on ResourceRepresentation. I intend to do that for returning raw json. See #47 for that...
Have you tried adding ``` @JsonIgnoreProperties(ignoreUnknown = true) ``` As a class annotation on `com.test.Account`?