AXCEL C++ Framework
Elegance through abstraction
Public Member Functions | Public Attributes
axcel::net::http::request Class Reference

HTTP header request. More...

#include <axcel.h>

Inheritance diagram for axcel::net::http::request:
axcel::object

List of all members.

Public Member Functions

string type ()
 Get type of object.
 operator string ()
 Convert to string.
requestoperator= (const char *s)
 request ()
 request (const char *s)
bool operator== (const char *s)
bool operator== (request r)
bool operator!= (const char *s)
bool operator!= (request r)

Public Attributes

string file
string qstr
string method
double ver

Detailed Description

HTTP header request.

Definition at line 2413 of file axcel.h.


Constructor & Destructor Documentation

axcel::net::http::request::request ( ) [inline]

Definition at line 2418 of file axcel.h.

axcel::net::http::request::request ( const char *  s) [inline]

Definition at line 2419 of file axcel.h.


Member Function Documentation

axcel::net::http::request::operator string ( ) [virtual]

Convert to string.

Returns:
Suitable string representation of object's data

Implements axcel::object.

Definition at line 7014 of file axcel.cpp.

bool axcel::net::http::request::operator!= ( request  r)

Definition at line 7100 of file axcel.cpp.

bool axcel::net::http::request::operator!= ( const char *  s)

Definition at line 7099 of file axcel.cpp.

request & axcel::net::http::request::operator= ( const char *  s)

Definition at line 7002 of file axcel.cpp.

bool axcel::net::http::request::operator== ( const char *  s)

Definition at line 7097 of file axcel.cpp.

bool axcel::net::http::request::operator== ( request  r)

Definition at line 7098 of file axcel.cpp.

string axcel::net::http::request::type ( ) [virtual]

Get type of object.

Returns:
string containing name of object's class.

Implements axcel::object.

Definition at line 7013 of file axcel.cpp.


Member Data Documentation

Definition at line 2420 of file axcel.h.

Definition at line 2422 of file axcel.h.

Definition at line 2421 of file axcel.h.

Definition at line 2423 of file axcel.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines