HTTP header.
More...
#include <axcel.h>
List of all members.
Detailed Description
HTTP header.
Definition at line 2448 of file axcel.h.
Constructor & Destructor Documentation
axcel::net::http::header::header |
( |
| ) |
[inline] |
axcel::net::http::header::header |
( |
const char * |
s | ) |
|
Member Function Documentation
field & axcel::net::http::header::at |
( |
size_t |
i | ) |
|
header & axcel::net::http::header::clear |
( |
| ) |
|
size_t axcel::net::http::header::len |
( |
| ) |
|
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 | ) |
|
bool axcel::net::http::header::operator!= |
( |
const char * |
s | ) |
|
header & axcel::net::http::header::operator= |
( |
const char * |
s | ) |
|
bool axcel::net::http::header::operator== |
( |
const char * |
s | ) |
|
bool axcel::net::http::header::operator== |
( |
header |
h | ) |
|
field & axcel::net::http::header::operator[] |
( |
const char * |
s | ) |
|
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 | ) |
|
string axcel::net::http::header::vars |
( |
| ) |
|
The documentation for this class was generated from the following files: