Package | Description |
---|---|
bad.robot.http | |
bad.robot.http.apache | |
bad.robot.http.listener | |
bad.robot.http.matchers |
Modifier and Type | Class and Description |
---|---|
class |
StringHttpResponse |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpClient.delete(URL url) |
HttpResponse |
HttpClient.get(URL url) |
HttpResponse |
HttpClient.get(URL url,
Headers headers) |
HttpResponse |
HttpClient.options(URL url) |
HttpResponse |
HttpClient.post(URL url,
HttpPost message) |
HttpResponse |
HttpClient.put(URL url,
HttpPut message) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ApacheHttpClient.delete(URL url) |
HttpResponse |
ApacheHttpClient.get(URL url) |
HttpResponse |
ApacheHttpClient.get(URL url,
Headers headers) |
HttpResponse |
ApacheHttpClient.options(URL url) |
HttpResponse |
ApacheHttpClient.post(URL url,
HttpPost message) |
HttpResponse |
ApacheHttpClient.put(URL url,
HttpPut message) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
LoggingHttpClient.delete(URL url) |
HttpResponse |
LoggingHttpClient.get(URL url) |
HttpResponse |
LoggingHttpClient.get(URL url,
Headers headers) |
HttpResponse |
LoggingHttpClient.options(URL url) |
HttpResponse |
LoggingHttpClient.post(URL url,
HttpPost message) |
HttpResponse |
LoggingHttpClient.put(URL url,
HttpPut message) |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<HttpResponse> |
Matchers.status(int status) |
static org.hamcrest.Matcher<HttpResponse> |
Matchers.statusMessage(org.hamcrest.Matcher<String> matcher) |
static org.hamcrest.Matcher<HttpResponse> |
Matchers.statusMessage(String message) |
Copyright © 2013. All rights reserved.