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

HTTP header. More...

#include <axcel.h>

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

List of all members.

Public Member Functions

string type ()
 Get type of object.
 operator string ()
 Convert to string.
size_t len ()
string vars ()
fieldvar (const char *s)
fieldoperator[] (const char *s)
fieldat (size_t i)
headeroperator= (const char *s)
headerclear ()
 header ()
 header (const char *s)
bool operator== (const char *s)
bool operator== (header h)
bool operator!= (const char *s)
bool operator!= (header h)

Detailed Description

HTTP header.

Definition at line 2448 of file axcel.h.


Constructor & Destructor Documentation

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

Definition at line 2461 of file axcel.h.

axcel::net::http::header::header ( const char *  s)

Definition at line 7073 of file axcel.cpp.


Member Function Documentation

field & axcel::net::http::header::at ( size_t  i)

Definition at line 7037 of file axcel.cpp.

header & axcel::net::http::header::clear ( )

Definition at line 7074 of file axcel.cpp.

size_t axcel::net::http::header::len ( )

Definition at line 7061 of file axcel.cpp.

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

Convert to string.

Returns:
Suitable string representation of object's data

Implements axcel::object.

Definition at line 7040 of file axcel.cpp.

bool axcel::net::http::header::operator!= ( header  h)

Definition at line 7092 of file axcel.cpp.

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

Definition at line 7091 of file axcel.cpp.

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

Definition at line 7078 of file axcel.cpp.

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

Definition at line 7089 of file axcel.cpp.

bool axcel::net::http::header::operator== ( header  h)

Definition at line 7090 of file axcel.cpp.

field & axcel::net::http::header::operator[] ( const char *  s)

Definition at line 7072 of file axcel.cpp.

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

Get type of object.

Returns:
string containing name of object's class.

Implements axcel::object.

Definition at line 7036 of file axcel.cpp.

field & axcel::net::http::header::var ( const char *  s)

Definition at line 7052 of file axcel.cpp.

string axcel::net::http::header::vars ( )

Definition at line 7062 of file axcel.cpp.


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