Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

formdata.h File Reference

This file defines functions to retrieve name-value form data pairs from a C string (which is probably obtained using Dv::Cgi::cgidata):. More...

#include <iostream>
#include <dvutil/props.h>

Include dependency graph for formdata.h:

Go to the source code of this file.

Namespaces

namespace  Dv
namespace  Dv::Cgi

Functions

bool Dv::Cgi::urlencoded_formdata (const std::string &data, Dv::Util::Props &props) throw ()
 Convert url encoded form data to <key,value> pairs in Dv::Util::Props.
bool Dv::Cgi::multipart_formdata (const std::string &data, Dv::Util::Props &props) throw ()
 Convert multipart encoded form data to <key,value> pairs in Dv::Util::Props.
bool Dv::Cgi::formdata (const std::string &data, Dv::Util::Props &props) throw ()
 Convert formdata using either urlencoded_formdata or multipart_formdata.


Detailed Description

This file defines functions to retrieve name-value form data pairs from a C string (which is probably obtained using Dv::Cgi::cgidata):.

Definition in file formdata.h.


dvcgi-0.5.14 [22 January, 2006]