All Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method |
Description |
default io.rxmicro.http.client.ClientHttpResponse |
delete(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
delete(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
delete(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
delete(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
get(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
get(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
get(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
get(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
head(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
head(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
head(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
head(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
options(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
options(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
options(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
options(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
patch(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
patch(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
patch(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
patch(String path,
io.rxmicro.http.HttpHeaders headers,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
patch(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
patch(String path,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
post(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
post(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
post(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
post(String path,
io.rxmicro.http.HttpHeaders headers,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
post(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
post(String path,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
put(String path) |
|
default io.rxmicro.http.client.ClientHttpResponse |
put(String path,
io.rxmicro.http.HttpHeaders headers) |
|
default io.rxmicro.http.client.ClientHttpResponse |
put(String path,
io.rxmicro.http.HttpHeaders headers,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
put(String path,
io.rxmicro.http.HttpHeaders headers,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
put(String path,
io.rxmicro.http.QueryParams parameters) |
|
default io.rxmicro.http.client.ClientHttpResponse |
put(String path,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
send(String method,
String path) |
|
io.rxmicro.http.client.ClientHttpResponse |
send(String method,
String path,
io.rxmicro.http.HttpHeaders headers) |
|
io.rxmicro.http.client.ClientHttpResponse |
send(String method,
String path,
io.rxmicro.http.HttpHeaders headers,
Object body) |
|
default io.rxmicro.http.client.ClientHttpResponse |
send(String method,
String path,
Object body) |
|