|
Class Summary |
| AbstractHttpMessage |
Basic implementation of an HTTP message that can be modified. |
| BasicHttpEntityEnclosingRequest |
Basic implementation of a request with an entity that can be modified. |
| BasicHttpRequest |
Basic implementation of an HTTP request that can be modified. |
| BasicHttpResponse |
Basic implementation of an HTTP response that can be modified. |
| HttpGet |
A modifiable HTTP request with GET as the method. |
| HttpHead |
A modifiable HTTP request with HEAD as the method. |
| HttpPost |
A modifiable HTTP request with POST as the method. |