Constructs a URL from a string. If isEscaped is false, automatically calls Url::encode() . Assumes UTF-8 input.
Returns the string representation of the URL as std::string. Encoded as UTF-8.
Returns the string representation of the URL as char*. Encoded as UTF-8.
Replaces illegal URL characters as defined by RFC 2396 with their escaped equivalents and returns a copy of unescaped . Assumes UTF-8 input.