Package org.apache.http.message

A selection of HTTP 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.
 

Package org.apache.http.message Description

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.



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.