bad.robot.http
Interface HttpPost

All Superinterfaces:
HttpMessage, HttpRequest
All Known Implementing Classes:
FormUrlEncodedMessage, UnencodedStringMessage

public interface HttpPost
extends HttpRequest

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.

This class represents a container to capture the Headers and optional MessageContent data.

See http://en.wikipedia.org/wiki/HTTP_body_data See http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.3


Method Summary
 
Methods inherited from interface bad.robot.http.HttpRequest
accept
 
Methods inherited from interface bad.robot.http.HttpMessage
getContent, getHeaders
 



Copyright © 2012. All Rights Reserved.