|
wibble
1.1
|
#include <http.h>


Public Member Functions | |
| error404 () | |
| error404 (const std::string &msg) | |
| virtual void | send (Request &req) |
Public Member Functions inherited from wibble::net::http::error | |
| error (int code, const std::string &desc) | |
| error (int code, const std::string &desc, const std::string &msg) | |
| virtual | ~error () throw () |
| virtual const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from wibble::net::http::error | |
| int | code |
| std::string | desc |
| std::string | msg |
|
inline |
|
inline |
References wibble::net::http::error::send().
|
virtual |
Reimplemented from wibble::net::http::error.
References wibble::net::http::Request::script_name.
1.8.13