CgiEnvironment.h File Reference

Class encapsulating the CGI runtime environment. More...

#include <string>
#include <vector>
#include <cstdlib>
#include "cgicc/CgiDefs.h"
#include "cgicc/CgiUtils.h"
#include "cgicc/CgiInput.h"
#include "cgicc/HTTPCookie.h"

Go to the source code of this file.

Namespaces

namespace  cgicc

Data Structures

class  cgicc::CgiEnvironment
 Class encapsulating the CGI runtime environment. More...

Defines

#define _CGIENVIRONMENT_H_   1

Typedefs

typedef std::vector< HTTPCookie
>::iterator 
cgicc::cookie_iterator
 A vector of HTTPCookie objects.
typedef std::vector< HTTPCookie
>::const_iterator 
cgicc::const_cookie_iterator
 A vector of const HTTPCookie objects.


Detailed Description

Class encapsulating the CGI runtime environment.

The CgiEnvironment class encapsulates the environment of the CGI application as described by the HTTP server. CgiEnvironment contains the GET or POST data along with all environment variables set by the HTTP server specified in the CGI specification.

Definition in file CgiEnvironment.h.


Generated on Tue Jul 3 15:44:29 2007 for GNUCgicc by  doxygen 1.5.1