Lines Matching refs:curl_url_get
4 Title: curl_url_get
21 curl_url_get - extract a part from a URL
28 CURLUcode curl_url_get(const CURLU *url,
53 If the handle has no port stored, this option makes curl_url_get(3)
58 If the handle has no scheme stored, this option makes curl_url_get(3)
63 Instructs curl_url_get(3) to not return a port number if it matches the
68 Asks curl_url_get(3) to URL decode the contents before returning it. It
82 If set, curl_url_get(3) URL encodes the hostname part when a full URL is
98 curl_url_get(3) return *CURLUE_LACKS_IDN* if the hostname contains
112 curl_url_get(3) return *CURLUE_LACKS_IDN* if the hostname is using
119 When this flag is used in curl_url_get(), it makes the function return empty
131 When this flag is used in curl_url_get(), it treats the scheme as non-existing
136 result of a guess makes curl_url_get() return CURLUE_NO_SCHEME.
139 of a guess makes curl_url_get() return the full URL without the scheme
149 When asked to return the full URL, curl_url_get(3) returns a normalized and
231 rc = curl_url_get(url, CURLUPART_SCHEME, &scheme, 0);