Removed Methods |
HeadersBuilder<?> delete(String, Object[])
|
Create an HTTP DELETE builder with the given url and uri variables. |
HeadersBuilder<?> delete(String, Map<String, ?>)
|
Create an HTTP DELETE builder with the given url and uri variables. |
HeadersBuilder<?> get(String, Object[])
|
Create a GET builder with the given url and uri variables. |
HeadersBuilder<?> get(String, Map<String, ?>)
|
Create an HTTP GET builder with the given url and uri variables. |
HeadersBuilder<?> head(String, Object[])
|
Create an HTTP HEAD builder with the given url and uri variables. |
HeadersBuilder<?> head(String, Map<String, ?>)
|
Create an HTTP HEAD builder with the given url and uri variables. |
BodyBuilder method(HttpMethod, String, Object[])
|
Create a builder with the given method, url, and uri variables. |
BodyBuilder method(HttpMethod, String, Map<String, ?>)
|
Create a builder with the given method, url, and uri variables. |
HeadersBuilder<?> options(String, Object[])
|
Create an HTTP OPTIONS builder with the given url and uri variables. |
HeadersBuilder<?> options(String, Map<String, ?>)
|
Creates an HTTP OPTIONS builder with the given url and uri variables. |
BodyBuilder patch(String, Object[])
|
Create an HTTP PATCH builder with the given url and uri variables. |
BodyBuilder patch(String, Map<String, ?>)
|
Create an HTTP PATCH builder with the given url and uri variables. |
BodyBuilder post(String, Object[])
|
Create an HTTP POST builder with the given url and uri variables. |
BodyBuilder post(String, Map<String, ?>)
|
Create an HTTP POST builder with the given url and uri variables. |
BodyBuilder put(String, Object[])
|
Create an HTTP PUT builder with the given url and uri variables. |
BodyBuilder put(String, Map<String, ?>)
|
Create an HTTP PUT builder with the given url and uri variables. |