Withdrawn: 8327796: Add method to java.net.http.HttpRequest to return a GET request in one call
duke
duke at openjdk.org
Thu May 16 01:46:09 UTC 2024
On Tue, 12 Mar 2024 10:46:00 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
> Hi,
>
> This PR proposes to add simple utility method which returns a simple GET HttpRequest in one call. The current builder pattern requires 4 (or 3 since GET is the default method) method calls to achieve the same effect.
>
> Thanks,
> Michael
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/18227
More information about the net-dev
mailing list