Defined in header file: hzHttpProto.h

HTTP return codes

Enum definition:

enum    HttpRC
{

HTTPMSG_NULLInitial unset value for variables of this type. Not a valid HTTP response code.
HTTPMSG_OKOK - No error
HTTPMSG_NOCONTENTOK - No error
HTTPMSG_REDIRECT_PERMServer is redirecting to another page (permanent redirect)
HTTPMSG_FOUND_GOTOTemporary redirect
HTTPMSG_NOT_MODIFIEDThe requested page has not been mofified, please use cached version.
HTTPMSG_REDIRECT_TEMPServer is redirecting to another page (temporary redirect)
HTTPMSG_BAD_REQUESTErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
HTTPMSG_UNAUTHORIZEDErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
HTTPMSG_FORBIDDENErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
HTTPMSG_NOTFOUNDErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
HTTPMSG_METHOD_NOT_ALLOWEDErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
HTTPMSG_REQUEST_TIME_OUTErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
HTTPMSG_GONEErrorDocument 410 /error/HTTP_GONE.html.var
HTTPMSG_LENGTH_REQUIREDErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
HTTPMSG_PRECONDITION_FAILEDErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
HTTPMSG_ENTITY_TOO_LARGEErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
HTTPMSG_REQUEST_URI_TOO_LARGEErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
HTTPMSG_UNSUPPORTED_MEDIA_TYPEErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
HTTPMSG_INTERNAL_SERVER_ERRORErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
HTTPMSG_NOT_IMPLEMENTEDErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
HTTPMSG_BAD_GATEWAYErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
HTTPMSG_SERVICE_UNAVAILABLEErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
HTTPMSG_VARIANT_ALSO_VARIESErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var

} ;