Logo
~Sockets~
~Examples~
~Contact~


HttpdForm::CGI Struct Reference
[Webserver framework]

Store the name/value pairs from a GET/POST operation. More...

List of all members.


Public Member Functions

 CGI (const std::string &n, const std::string &v)
 CGI (const std::string &n, const std::string &v, const std::string &p)

Public Attributes

std::string name
std::string value
std::string path

Detailed Description

Store the name/value pairs from a GET/POST operation.

"name" does not have to be unique.

Definition at line 62 of file HttpdForm.h.


Constructor & Destructor Documentation

HttpdForm::CGI::CGI ( const std::string &  n,
const std::string &  v 
) [inline]

Definition at line 64 of file HttpdForm.h.

00064 : name(n),value(v) {}

HttpdForm::CGI::CGI ( const std::string &  n,
const std::string &  v,
const std::string &  p 
) [inline]

Definition at line 65 of file HttpdForm.h.

00065 : name(n),value(v),path(p) {}


Member Data Documentation

std::string HttpdForm::CGI::name

Definition at line 66 of file HttpdForm.h.

std::string HttpdForm::CGI::value

Definition at line 67 of file HttpdForm.h.

std::string HttpdForm::CGI::path

Definition at line 68 of file HttpdForm.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4