Search code examples
curlencodelibcurl

C - URL encoding


Is there a simple way to do URL encode in C? I'm using libcurl but I haven't found a method. Specifically, I need to do percent escapes.


Solution

  • curl_escape

    which apparently has been superseded by

    curl_easy_escape