Uses of Interface
io.avaje.http.client.HttpClientResponse
-
-
Uses of HttpClientResponse in io.avaje.http.client
Methods in io.avaje.http.client that return HttpClientResponse Modifier and Type Method Description HttpClientResponse
HttpClientRequest. delete()
Execute the request as a DELETE.HttpClientResponse
HttpClientRequest. get()
Execute the request as a GET.HttpClientResponse
HttpClientRequest. post()
Execute the request as a POST.HttpClientResponse
HttpClientRequest. put()
Execute the request as a PUT.
-