Network Component  Version 6.7.7
MDK-Professional Middleware for IP Networking
HTTP_Server_Error.c File Reference
#include "rl_net_lib.h"

Variables

HTTP_ERROR http_error
 [code_HTTP_Server_Error] More...
 

Variable Documentation

◆ http_error

HTTP_ERROR http_error
Initial value:
= {
"<head><title>Server Error</title></head>"
"<body>",
"<hr><br>"
"<i>Keil Embedded WEB Server V2.00, 2013<br>"
"<a href=http://www.keil.com>www.keil.com</a>"
" - Embedded Development Tools</i>"
"</body>",
"<h2>Error 401 - Unauthorized Access</h2>"
"You are not authorized to access this server.",
"<h2>Error 403 - Forbidden</h2>"
"You don't have permission to access this resource.",
"<h2>Error 404 - Not Found</h2>"
"The requested URL was not found on this server.",
"<h2>Error 501 - Not Implemented</h2>"
"The requested Method is not supported."
}

[code_HTTP_Server_Error]