Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrapResponse (0.94 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpResourceAccessor.java

            String uri = location.getUri().toString();
            LOGGER.debug("Constructing external resource: {}", location);
    
            HttpClientResponse response = http.performGet(uri, revalidate);
            return wrapResponse(location.getUri(), response);
        }
    
        /**
         * Same as #getResource except that it always gives access to the response body,
         * irrespective of the returned HTTP status code. Never returns {@code null}.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top