httprequest.cpp File Reference

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

Variable Documentation

MIMETypes g_MIMETypes[] [static]

Definition at line 52 of file httprequest.cpp.

const char* Static401Error [static]
Initial value:
 
    "<!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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:41:48 2012 for MythTV by  doxygen 1.6.3