Go to the source code of this file.
Variables | |
| static MIMETypes | g_MIMETypes [] |
| static const char * | Static401Error |
| static const int | g_nMIMELength = sizeof( g_MIMETypes) / sizeof( MIMETypes ) |
| static const int | g_on = 1 |
| static const int | g_off = 0 |
MIMETypes g_MIMETypes[] [static] |
Definition at line 52 of file httprequest.cpp.
const char* Static401Error [static] |
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\""
"\"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd\">"
"<HTML>"
"<HEAD>"
"<TITLE>Error</TITLE>"
"<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=ISO-8859-1\">"
"</HEAD>"
"<BODY><H1>401 Unauthorized.</H1></BODY>"
"</HTML>"
Definition at line 104 of file httprequest.cpp.
Referenced by HTTPRequest::ParseRequest().
const int g_nMIMELength = sizeof( g_MIMETypes) / sizeof( MIMETypes ) [static] |
Definition at line 115 of file httprequest.cpp.
Referenced by HTTPRequest::GetMimeType().
const int g_on = 1 [static] |
Definition at line 116 of file httprequest.cpp.
const int g_off = 0 [static] |
Definition at line 117 of file httprequest.cpp.
1.6.3