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

HTTP header response. More...

#include <axcel.h>

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

List of all members.

Public Member Functions

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

Public Attributes

double ver
int code
string status

Detailed Description

HTTP header response.

Definition at line 2431 of file axcel.h.


Constructor & Destructor Documentation

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

Definition at line 2436 of file axcel.h.

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

Definition at line 2437 of file axcel.h.


Member Function Documentation

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

Convert to string.

Returns:
Suitable string representation of object's data

Implements axcel::object.

Definition at line 7023 of file axcel.cpp.

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

Definition at line 7096 of file axcel.cpp.

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

Definition at line 7095 of file axcel.cpp.

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

Definition at line 7028 of file axcel.cpp.

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

Definition at line 7093 of file axcel.cpp.

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

Definition at line 7094 of file axcel.cpp.

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

Get type of object.

Returns:
string containing name of object's class.

Implements axcel::object.

Definition at line 7022 of file axcel.cpp.


Member Data Documentation

Definition at line 2439 of file axcel.h.

Definition at line 2440 of file axcel.h.

Definition at line 2438 of file axcel.h.


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