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