Classes | Namespaces | Typedefs
CgiEnvironment.h File Reference

Class encapsulating the CGI runtime environment. More...

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

Go to the source code of this file.

Classes

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

Namespaces

namespace  cgicc
 The namespace containing the cgicc library.
 

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.


GNU cgicc - A C++ class library for writing CGI applications
Copyright © 1996 - 2004 Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.
Documentation generated Fri Mar 1 2024 08:39:42 for cgicc by doxygen 1.9.6