| Package | Description |
|---|---|
| io.restassured | |
| io.restassured.http | |
| io.restassured.internal | |
| io.restassured.specification |
| Modifier and Type | Method and Description |
|---|---|
static Response |
RestAssured.request(Method method)
Perform a request to the pre-configured path (by default
http://localhost:8080). |
static Response |
RestAssured.request(Method method,
String path,
Object... pathParams)
Perform a HTTP request to a
path. |
static Response |
RestAssured.request(Method method,
URI uri)
Perform a request to a
uri. |
static Response |
RestAssured.request(Method method,
URL url)
Perform a request to a
url. |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
RequestSpecificationImpl.request(Method method) |
Response |
TestSpecificationImpl.request(Method method) |
Response |
RequestSpecificationImpl.request(Method method,
String path,
Object... pathParams) |
Response |
TestSpecificationImpl.request(Method method,
String path,
Object... pathParams) |
Response |
RequestSpecificationImpl.request(Method method,
URI uri) |
Response |
TestSpecificationImpl.request(Method method,
URI uri) |
Response |
RequestSpecificationImpl.request(Method method,
URL url) |
Response |
TestSpecificationImpl.request(Method method,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
R |
RequestSenderOptions.request(Method method)
Perform a request to the pre-configured path (by default
http://localhost:8080). |
R |
RequestSenderOptions.request(Method method,
String path,
Object... pathParams)
Perform a HTTP request to a
path. |
R |
RequestSenderOptions.request(Method method,
URI uri)
Perform a request to a
uri. |
R |
RequestSenderOptions.request(Method method,
URL url)
Perform a request to a
url. |
Copyright © 2010–2020. All rights reserved.