Lines Matching full:scheme
53 return the default port for the used scheme.
57 If the handle has no scheme stored, this option makes curl_url_get(3)
58 return the default scheme instead of error.
63 default port for the scheme.
68 does not decode the scheme, the port number or the full URL.
144 Scheme cannot be URL decoded on get.
155 this field independently of scheme when not parsing full URLs.
211 char *scheme;
212 rc = curl_url_get(url, CURLUPART_SCHEME, &scheme, 0);
214 printf("the scheme is %s\n", scheme);
215 curl_free(scheme);