Classes | |
class | HttpCodeErrorInterface |
Namespaces | |
maxon | |
Enumerations | |
enum | HTTPCODE { CLOSED, FINISHED, CALL_NEXT_HANDLER, OK, POST, MOVED, SYNTAX, AUTH, ACCESS, NOTFOUND, INTERNAL, UNKNOWN } |
Functions | |
enum maxon::HTTPCODE | MAXON_ENUM_LIST (HTTPCODE) |
Variables | |
CLOSED | |
FINISHED | |
CALL_NEXT_HANDLER | |
OK | |
POST | |
MOVED | |
SYNTAX | |
AUTH | |
ACCESS | |
NOTFOUND | |
INTERNAL | |
UNKNOWN | |
CLOSED |
the connection has been closed.
FINISHED |
the request has been completed.
CALL_NEXT_HANDLER |
the request was not processed by this message handler, continue with the next one.
OK |
return a http okay.
POST |
return a http post.
MOVED |
"301 Moved Permanently". the requested file has been moved. check the header "location" entry to get the new location.
SYNTAX |
return a http syntax error.
AUTH |
return a http authentication error.
ACCESS |
return a http access error.
NOTFOUND |
return a http file not found error.
INTERNAL |
return a http internal error.
UNKNOWN |
return a http unknown error.