curl_easy_escape

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.

extern (C)
char*
curl_easy_escape
(,
scope const(char)* string
,
int length
)

Meta