HttpUtility Class Reference
[Web]

List of all members.

Static Public Member Functions

static StringPtr HtmlAttributeEncode (const char *cp, int len)
static StringPtr HtmlAttributeEncode (const String &s)
static bool HtmlAttributeEncodeRequired (const char *cp, int len)
static bool HtmlAttributeEncodeRequired (const String &s)
static StringPtr UrlDecode (const char *cp, int len)
static StringPtr UrlDecode (const String &s)
static StringPtr UrlEncode (const char *cp, int len)
static StringPtr UrlEncode (const String &s)
static bool UrlEncodeRequired (const char *cp, int len)
static bool UrlEncodeRequired (const String &s)
static StringPtr HtmlDecode (const char *cp, int len)
static StringPtr HtmlDecode (const String &s)
static StringPtr HtmlEncode (const char *cp, int len)
static StringPtr HtmlEncode (const String &s)
static bool HtmlEncodeRequired (const char *cp, int len)
static bool HtmlEncodeRequired (const String &s)

Detailed Description

Definition at line 27 of file HttpUtility.h.


The documentation for this class was generated from the following files: