Package | Description |
---|---|
com.github.diegonighty.http.request | |
com.github.diegonighty.http.request.types |
Modifier and Type | Method and Description |
---|---|
HttpResponse<T> |
HttpRequest.execute()
Execute the HTTP request
|
Modifier and Type | Method and Description |
---|---|
HttpResponse<T> |
WrappedHttpGetRequest.execute()
Execute the HTTP request
|
HttpResponse<java.lang.Integer> |
WrappedHttpInputRequest.execute()
Execute the HTTP request
|
HttpResponse<java.lang.Integer> |
WrappedHttpDeleteRequest.execute() |