#include <url_encoder.hh>
Static Public Methods | |
TString | _encode (const TString &rkySOURCE_PLAIN) |
TString | _encode (const TStringToStringMap &rktSOURCE_PARAMETER_MAP, bool gEMPTY_PARAMETERS_TOO=true) |
Definition at line 45 of file url_encoder.hh.
|
Encodes a set of control names and their values with the content type 'application/x-www-form-urlencoded' and returns a string with the result.
Definition at line 72 of file url_encoder.cc. References _encode(), and mpcl::text::TString. |
|
Encodes a string using content type 'application/x-www-form-urlencoded'.
Definition at line 37 of file url_encoder.cc. References mpcl::text::TString. Referenced by _encode(). |