bdw429s
09/06/2023, 7:27 PMHttpRequestBuilderImpl
is simply what builder()
returns, (which implements HttpRequest.Builder
). The .uri()
method is public and valid, but I assumed HttpRequest.Builder
simply called the private constructor behind the scenes.