Package | Description |
---|---|
bad.robot.http |
Modifier and Type | Interface and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
FormUrlEncodedMessage |
class |
HttpDeleteMessage |
class |
HttpGetMessage |
class |
UnencodedStringMessage |
Copyright © 2013. All rights reserved.