#include <http.h>
List of all members.
Public Attributes |
| int | code |
| std::string | desc |
| std::string | msg |
Constructor & Destructor Documentation
| wibble::net::http::error::error |
( |
int |
code, |
|
|
const std::string & |
desc |
|
) |
| |
|
inline |
| wibble::net::http::error::error |
( |
int |
code, |
|
|
const std::string & |
desc, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
| virtual wibble::net::http::error::~error |
( |
| ) |
throw () |
|
inlinevirtual |
Member Function Documentation
| void wibble::net::http::error::send |
( |
Request & |
req | ) |
|
|
virtual |
| const char * wibble::net::http::error::what |
( |
| ) |
const throw () |
|
virtual |
Member Data Documentation
| int wibble::net::http::error::code |
| std::string wibble::net::http::error::desc |
| std::string wibble::net::http::error::msg |
The documentation for this struct was generated from the following files: