public class RestRequests
extends java.lang.Object
| Constructor and Description |
|---|
RestRequests() |
| Modifier and Type | Method and Description |
|---|---|
static io.restassured.response.Response |
delete() |
static io.restassured.response.Response |
delete(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams) |
static io.restassured.response.Response |
delete(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
delete(java.net.URI uri) |
static io.restassured.response.Response |
delete(java.net.URL url) |
static io.restassured.specification.ResponseSpecification |
expect() |
static io.restassured.response.Response |
get() |
static io.restassured.response.Response |
get(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams) |
static io.restassured.response.Response |
get(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
get(java.net.URI uri) |
static io.restassured.response.Response |
get(java.net.URL url) |
static io.restassured.specification.RequestSpecification |
given() |
static io.restassured.specification.RequestSpecification |
given(io.restassured.specification.RequestSpecification requestSpecification) |
static io.restassured.specification.RequestSender |
given(io.restassured.specification.RequestSpecification request,
io.restassured.specification.ResponseSpecification response) |
static io.restassured.response.Response |
head() |
static io.restassured.response.Response |
head(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams) |
static io.restassured.response.Response |
head(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
head(java.net.URI uri) |
static io.restassured.response.Response |
head(java.net.URL url) |
static io.restassured.response.Response |
options() |
static io.restassured.response.Response |
options(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams) |
static io.restassured.response.Response |
options(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
options(java.net.URI uri) |
static io.restassured.response.Response |
options(java.net.URL url) |
static io.restassured.response.Response |
patch() |
static io.restassured.response.Response |
patch(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams) |
static io.restassured.response.Response |
patch(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
patch(java.net.URI uri) |
static io.restassured.response.Response |
patch(java.net.URL url) |
static io.restassured.response.Response |
post() |
static io.restassured.response.Response |
post(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams) |
static io.restassured.response.Response |
post(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
post(java.net.URI uri) |
static io.restassured.response.Response |
post(java.net.URL url) |
static io.restassured.response.Response |
put() |
static io.restassured.response.Response |
put(java.lang.String path,
java.lang.Object... pathParams) |
static io.restassured.response.Response |
put(java.net.URI uri) |
static io.restassured.response.Response |
put(java.net.URL url) |
static io.restassured.specification.RequestSender |
when() |
static io.restassured.specification.RequestSpecification |
with() |
public static io.restassured.response.Response get()
public static io.restassured.response.Response get(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams)
public static io.restassured.response.Response get(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response get(java.net.URI uri)
public static io.restassured.response.Response get(java.net.URL url)
public static io.restassured.response.Response delete(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response delete()
public static io.restassured.response.Response delete(java.net.URI uri)
public static io.restassured.response.Response delete(java.net.URL url)
public static io.restassured.response.Response delete(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams)
public static io.restassured.response.Response put(java.net.URL url)
public static io.restassured.response.Response put()
public static io.restassured.response.Response put(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response put(java.net.URI uri)
public static io.restassured.response.Response post(java.net.URI uri)
public static io.restassured.response.Response post()
public static io.restassured.response.Response post(java.net.URL url)
public static io.restassured.response.Response post(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams)
public static io.restassured.response.Response post(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response patch(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response patch()
public static io.restassured.response.Response patch(java.net.URL url)
public static io.restassured.response.Response patch(java.net.URI uri)
public static io.restassured.response.Response patch(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams)
public static io.restassured.response.Response options(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams)
public static io.restassured.response.Response options(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response options(java.net.URI uri)
public static io.restassured.response.Response options(java.net.URL url)
public static io.restassured.response.Response options()
public static io.restassured.response.Response head(java.net.URL url)
public static io.restassured.response.Response head(java.lang.String path,
java.util.Map<java.lang.String,?> pathParams)
public static io.restassured.response.Response head(java.lang.String path,
java.lang.Object... pathParams)
public static io.restassured.response.Response head()
public static io.restassured.response.Response head(java.net.URI uri)
public static io.restassured.specification.RequestSpecification given()
public static io.restassured.specification.RequestSender when()
public static io.restassured.specification.RequestSender given(io.restassured.specification.RequestSpecification request,
io.restassured.specification.ResponseSpecification response)
public static io.restassured.specification.RequestSpecification given(io.restassured.specification.RequestSpecification requestSpecification)
public static io.restassured.specification.ResponseSpecification expect()
public static io.restassured.specification.RequestSpecification with()