Package | Description |
---|---|
com.github.diegonighty.http.request | |
com.github.diegonighty.http.request.types | |
com.github.diegonighty.http.response |
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() |
Modifier and Type | Class and Description |
---|---|
class |
WrappedHttpResponse<R> |
class |
WrappedNotSerializedResponse |