Classes | |
class | HttpCodeErrorInterface |
Namespaces | |
maxon | |
Enumerations | |
enum class | HTTPCODE { CLOSED , FINISHED , CALL_NEXT_HANDLER , PROXYERROR , OK , POST , MOVED , SYNTAX , AUTH , ACCESS , NOTFOUND , PROXYAUTHENTICATIONREQUIRED , INTERNAL , UNKNOWN , GATEWAYTIMEOUT } |
Functions | |
enum maxon::HTTPCODE | MAXON_ENUM_LIST (HTTPCODE) |
Variables | |
CLOSED | |
FINISHED | |
CALL_NEXT_HANDLER | |
PROXYERROR | |
OK | |
POST | |
MOVED | |
SYNTAX | |
AUTH | |
ACCESS | |
NOTFOUND | |
PROXYAUTHENTICATIONREQUIRED | |
INTERNAL | |
UNKNOWN | |
GATEWAYTIMEOUT | |
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.
PROXYERROR |
a proxy configuration error
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.
PROXYAUTHENTICATIONREQUIRED |
a connection requires proxy authentication
INTERNAL |
return a http internal error.
UNKNOWN |
return a http unknown error.
GATEWAYTIMEOUT |
return a http gateway timeout error.