Uses of Interface
io.wcm.siteapi.integrationtestsupport.httpclient.HttpResponse
-
Packages that use HttpResponse Package Description io.wcm.siteapi.integrationtestsupport.httpclient Simple HTTP client wrapper to execute HTTP requests in integration tests. -
-
Uses of HttpResponse in io.wcm.siteapi.integrationtestsupport.httpclient
Methods in io.wcm.siteapi.integrationtestsupport.httpclient that return HttpResponse Modifier and Type Method Description @NotNull HttpResponse<java.lang.String>
HttpClient. get(@NotNull java.lang.String url)
Fetch HTTP content.
-