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

wwwdecode.h File Reference

Simple functions that apply RFC 1738, as used in URLs, to encode or decode strings. More...

#include <string>

Include dependency graph for wwwdecode.h:

Go to the source code of this file.

Namespaces

namespace  Dv
namespace  Dv::Cgi

Functions

std::string & Dv::Cgi::www_decode (std::string &s)
 In-place decode (RFC 1738) of string s.
std::string & Dv::Cgi::www_encode (const std::string &sin, std::string &sout)
 Encode (RFC 1738) string.
std::string & Dv::Cgi::html_encode (const std::string &sin, std::string &sout)


Detailed Description

Simple functions that apply RFC 1738, as used in URLs, to encode or decode strings.

Definition in file wwwdecode.h.


dvcgi-0.5.14 [22 January, 2006]