Interface IConstants
Direct known implementers
MvcCore\IResponseIndirect known implementers
MvcCore\Responseinteger |
OK
HTTP response code 200 for OK response; |
#
200
|
integer |
MOVED_PERMANENTLY
HTTP response code 301 for moved permanently redirection; |
#
301
|
integer |
SEE_OTHER
HTTP response code 303 for see other redirection; |
#
303
|
integer |
NOT_FOUND
HTTP response code 404 for not found error; |
#
404
|
integer |
INTERNAL_SERVER_ERROR
HTTP response code 500 for internal server error; |
#
500
|
string |
HEADER_X_MVCCORE_CPU_RAM
MvcCore internal header always sent in every response. |
#
'X-MvcCore-Cpu-Ram'
|