Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Examples

P::HTTPRequest Class Reference
[Networking library]

HTTP Client-Request. More...

#include <phttpclient.h>

List of all members.

Public Types

enum  reqmethod_t {
  METHOD_HEAD = 0, METHOD_GET = 1, METHOD_POST = 2, METHOD_PUT = 3,
  METHOD_DELETE = 4
}
 HTTP Request methods. More...


Public Member Functions

 HTTPRequest (reqmethod_t method, const URL &url)
 ~HTTPRequest ()
reqmethod_t method () const
const URLurl () const
const HTTPRequestHeaderheader () const
HTTPRequestHeaderheader ()


Detailed Description

HTTP Client-Request.

Author:
Christian Prochnow <cproch@seculogix.de>

Definition at line 298 of file phttpclient.h.


Member Enumeration Documentation

enum P::HTTPRequest::reqmethod_t
 

HTTP Request methods.

Enumeration values:
METHOD_HEAD 
METHOD_GET 
METHOD_POST 
METHOD_PUT 
METHOD_DELETE 

Definition at line 301 of file phttpclient.h.


Constructor & Destructor Documentation

P::HTTPRequest::HTTPRequest reqmethod_t  method,
const URL url
 

P::HTTPRequest::~HTTPRequest  ) 
 


Member Function Documentation

HTTPRequestHeader& P::HTTPRequest::header  )  [inline]
 

Definition at line 321 of file phttpclient.h.

const HTTPRequestHeader& P::HTTPRequest::header  )  const [inline]
 

Definition at line 318 of file phttpclient.h.

reqmethod_t P::HTTPRequest::method  )  const [inline]
 

Definition at line 312 of file phttpclient.h.

const URL& P::HTTPRequest::url  )  const [inline]
 

Definition at line 315 of file phttpclient.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 12 21:08:34 2004 for P::Classes by doxygen 1.3.3