Uses of Interface
io.avaje.http.client.HttpClientResponse
-
Uses of HttpClientResponse in io.avaje.http.client
Methods in io.avaje.http.client that return HttpClientResponseModifier and TypeMethodDescriptionHttpClientRequest.DELETE()Execute the request as a DELETE.HttpClientRequest.GET()Execute the request as a GET.HttpClientRequest.HEAD()Execute the request as a HEAD.HttpClientRequest.PATCH()Execute the request as a PATCH.HttpClientRequest.POST()Execute the request as a POST.HttpClientRequest.PUT()Execute the request as a PUT.HttpClientRequest.TRACE()Execute the request as a TRACE.