|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMessage | |
---|---|
bad.robot.http | |
bad.robot.http.matchers |
Uses of HttpMessage in bad.robot.http |
---|
Subinterfaces of HttpMessage in bad.robot.http | |
---|---|
interface |
HttpDelete
|
interface |
HttpGet
|
interface |
HttpPost
A HTTP message consists of the following; a request line, such as GET /logo.gif HTTP/1.1 or Status line, such as HTTP/1.1 200 OK, headers, an empty line and the optional HTTP message body data. |
interface |
HttpPut
|
interface |
HttpRequest
|
interface |
HttpResponse
|
Classes in bad.robot.http that implement HttpMessage | |
---|---|
class |
FormUrlEncodedMessage
|
class |
HttpDeleteMessage
|
class |
HttpGetMessage
|
class |
StringHttpResponse
|
class |
UnencodedStringMessage
|
Uses of HttpMessage in bad.robot.http.matchers |
---|
Methods in bad.robot.http.matchers with type parameters of type HttpMessage | ||
---|---|---|
static
|
Matchers.binaryContent(byte[] content)
|
|
static
|
Matchers.binaryContent(org.hamcrest.Matcher<byte[]> matcher)
|
|
static
|
Matchers.binaryContent(org.hamcrest.Matcher<byte[]> matcher,
String characterSet)
|
|
static
|
Matchers.content(org.hamcrest.Matcher<String> mather)
|
|
static
|
Matchers.content(String content)
|
|
static
|
Matchers.has(Header header)
|
|
static
|
Matchers.headerWithValue(String name,
org.hamcrest.Matcher<String> value)
|
Method parameters in bad.robot.http.matchers with type arguments of type HttpMessage | |
---|---|
static org.hamcrest.Matcher<HttpPost> |
Matchers.post(org.hamcrest.Matcher<? extends HttpMessage> matcher)
|
static org.hamcrest.Matcher<HttpPut> |
Matchers.put(org.hamcrest.Matcher<? extends HttpMessage> matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |