#include <cgiClass.h>


Public Member Functions | |
| cgiScript (const char *mimeString="text/html", bool bCloseHeader=true, const char *uploadPath=NULL, bool bCache=false) | |
| ~cgiScript () | |
| cgiScript & | DebugString (void) |
| cgiScript (const char *mimeString="text/html", bool bCloseHeader=true, const char *uploadPath=NULL, bool bCache=false) | |
| ~cgiScript () | |
| cgiScript & | DebugString (void) |
The cgi script class, input is parsed and ready in environment methods and a client argument vector of name value pairs.
Definition at line 274 of file cgiClass.h.
| cgiScript::cgiScript | ( | const char * | mimeString = "text/html", |
|
| bool | bCloseHeader = true, |
|||
| const char * | uploadPath = NULL, |
|||
| bool | bCache = false | |||
| ) |
Definition at line 778 of file cgiClass.cpp.
| cgiScript::~cgiScript | ( | ) |
Definition at line 785 of file cgiClass.cpp.
| cgiScript::cgiScript | ( | const char * | mimeString = "text/html", |
|
| bool | bCloseHeader = true, |
|||
| const char * | uploadPath = NULL, |
|||
| bool | bCache = false | |||
| ) |
| cgiScript::~cgiScript | ( | ) |
| cgiScript & cgiScript::DebugString | ( | void | ) |
Definition at line 680 of file cgiClass.cpp.
References cgiEnvironment::ClientArguments(), cgiEnvironment::ContentBoundary(), cgiEnvironment::ContentLength(), cgiEnvironment::ContentType(), cgiEnvironment::GatewayInterface(), cgiEnvironment::HttpAccept(), cgiEnvironment::HttpUserAgent(), cgiScriptLite::mimeType, cgiEnvironment::PathInfo(), cgiEnvironment::PathTranslated(), cgiEnvironment::QueryString(), cgiEnvironment::RemoteAddr(), cgiEnvironment::RemoteHost(), cgiEnvironment::RemoteIdent(), cgiEnvironment::RemoteUser(), cgiEnvironment::RequestMethod(), cgiInput::Safe(), cgiEnvironment::ScriptName(), cgiEnvironment::ServerName(), cgiEnvironment::ServerPort(), cgiEnvironment::ServerProtocol(), cgiEnvironment::ServerSoftware(), aString::str(), and cgiInput::TheMap().
Referenced by cgiTests(), and templateTests().
| cgiScript& cgiScript::DebugString | ( | void | ) |
1.5.5