HttpRequest.Builder |
HttpRequest.Builder.body(Object body) |
A test equivalence matcher or json object that describes the body for this response.
|
static HttpRequest.Builder |
HttpRequest.Builder.create() |
|
HttpRequest.Builder |
HttpRequest.Builder.headers(Object headers) |
A Map of header names and associated test-equivalence matcher values accepted by this example.
|
HttpRequest.Builder |
HttpRequest.Builder.method(Object method) |
A string or string matcher that matches the method used for this example (eg "GET" or "POST").
|
HttpRequest.Builder |
HttpRequest.Builder.path(Object path) |
A string or string matcher that matches the path of this example.
|
HttpRequest.Builder |
HttpRequest.Builder.query(Object query) |
A test-equivalence matcher for the query.
|
HttpRequest.Builder |
HttpRequest.Builder.uniqueName(String uniqueName) |
What unique name, if any, to give to this request.
|