|
libhttppp ..
|


Public Types | |
| enum | Type { Note , Warning , Error , Critical } |
Public Member Functions | |
| HTTPException (const HTTPException &exp) | |
| int | getErrorType () const |
| const char * | what () const noexcept override |
| HTTPException & | append (const std::string &src) |
| HTTPException & | operator[] (int errtype) |
| HTTPException & | operator<< (const std::string &src) |
| HTTPException & | operator<< (int src) |