|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
message
implementations.
See:
Description
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. |
A selection of HTTP
message
implementations.
There are basic implementations for HTTP requests
with
and without
an entity, and for
responses
.
You will also find implementations for some of
the HTTP standard methods like
GET
,
HEAD
, and
POST
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |