AXCEL C++ Framework
Elegance through abstraction
|
HTTP header request. More...
#include <axcel.h>
Public Member Functions | |
string | type () |
Get type of object. | |
operator string () | |
Convert to string. | |
request & | operator= (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 |
axcel::net::http::request::request | ( | const char * | s | ) | [inline] |
axcel::net::http::request::operator string | ( | ) | [virtual] |
Convert to string.
Implements axcel::object.
bool axcel::net::http::request::operator!= | ( | const char * | s | ) |
request & axcel::net::http::request::operator= | ( | const char * | s | ) |
bool axcel::net::http::request::operator== | ( | const char * | s | ) |
string axcel::net::http::request::type | ( | ) | [virtual] |