#include <stdexcept>
#include <string>
#include <dvcgi/cgierror.h>
Include dependency graph for cgidata.h:
Go to the source code of this file.
Namespaces | |
namespace | Dv |
namespace | Dv::Cgi |
Functions | |
void | cgidata (std::string &data) throw (CgiError) |
Fill the parameter string with the data stream passed to the cgi program. |
Definition in file cgidata.h.
|
Fill the parameter string with the data stream passed to the cgi program. Further processing can be done with Dv::Cgi::formdata.
|
dvcgi-0.5.12 | [27 April, 2004] |