Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 222 Bytes

include.md

File metadata and controls

8 lines (5 loc) · 222 Bytes

Include files

You include <curl/curl.h> in your code when you want to use the URL API.

#include <curl/curl.h>

CURLU *h = curl_url();
rc = curl_url_set(h, CURLUPART_URL, "ftp://example.com/no/where", 0);