HTTP header field.
More...
#include <axcel.h>
List of all members.
Detailed Description
HTTP header field.
Definition at line 2391 of file axcel.h.
Constructor & Destructor Documentation
axcel::net::http::field::field |
( |
| ) |
[inline] |
axcel::net::http::field::field |
( |
const char * |
s | ) |
|
Member Function Documentation
string axcel::net::http::field::data |
( |
| ) |
|
axcel::net::http::field::operator string |
( |
| ) |
[virtual] |
Convert to string.
- Returns:
- Suitable string representation of object's data
Implements axcel::object.
Definition at line 6880 of file axcel.cpp.
bool axcel::net::http::field::operator!= |
( |
const char * |
s | ) |
|
bool axcel::net::http::field::operator!= |
( |
field |
f | ) |
|
field & axcel::net::http::field::operator= |
( |
const char * |
s | ) |
|
bool axcel::net::http::field::operator== |
( |
field |
f | ) |
|
bool axcel::net::http::field::operator== |
( |
const char * |
s | ) |
|
string & axcel::net::http::field::operator[] |
( |
const char * |
v | ) |
|
string axcel::net::http::field::type |
( |
| ) |
[virtual] |
Get type of object.
- Returns:
- string containing name of object's class.
Implements axcel::object.
Definition at line 6879 of file axcel.cpp.
string & axcel::net::http::field::var |
( |
const char * |
v = 0 | ) |
|
string axcel::net::http::field::vars |
( |
| ) |
|
Member Data Documentation
The documentation for this class was generated from the following files: