Hi Craig,
> On 15 Oct 2020, at 17:22, Craig Andrews wrote:
>
> Java's HttpClient relies on the builder pattern to produce immutable objects
> on which actual operations are done. However, it currently lacks a way to
> convert those working objects back to builders in order to mutate them.
I a
Java's HttpClient relies on the builder pattern to produce immutable
objects on which actual operations are done. However, it currently lacks
a way to convert those working objects back to builders in order to
mutate them.
For example, I'd like to take a java.net.http.HttpRequest and change it