curl_easy_escape

fnchar * curl_easy_escape(CURL * handle, scope const(char) * string, int length)

Name: curl_easy_escape()

Description:

Escapes URL strings (converts all letters consider illegal in URLs to their %XX versions). This function returns a new allocated string or NULL if an error occurred.