Retrying HTTP requests

Report a typo

Here is the code that creates a request to send it over HTTP. You need to determine the parameters of the request.

HttpRequest request = HttpRequest.newBuilder()
        .uri(URI.create("https://www.google.com/"))
        .build();
Select one option from the list
___

Create a free account to access the full topic