Xem http://curl.haxx.se/libcurl/c/CURLOPT_URL.html

````
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_URL, char *URL); 
````

> Pass in a pointer to the URL to work with. The parameter should be a char * 
> to a zero terminated string which must be URL-encoded in the following 
> format: 
> ````
> scheme://host:port/path
> ````
> For a greater explanation of the format please see RFC 3986. 

---
Reply to this email directly or view it on GitHub:
https://github.com/TheSLinux/gs/issues/143#issuecomment-64942576

--
To unsubscribe from the list bugs@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  unsubscribe bugs

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to