Lines Matching refs:URL

21 curl_url_get - extract a part from a URL
36 Given a *url* handle of a URL object, this function extracts an individual
37 piece or the full URL from it.
68 Asks curl_url_get(3) to URL decode the contents before returning it. It
69 does not decode the scheme, the port number or the full URL.
74 Note that this URL decoding is charset unaware and you get a zero terminated
82 If set, curl_url_get(3) URL encodes the hostname part when a full URL is
83 retrieved. If not set (default), libcurl returns the URL with the hostname raw
87 Note that even when not asking for URL encoding, the '%' (byte 37) is URL
120 query and fragments parts or when used in the full URL. By default, libcurl
133 used parsing a URL.
139 of a guess makes curl_url_get() return the full URL without the scheme
140 component. Such a URL can then only be parsed with curl_url_set() if
149 When asked to return the full URL, curl_url_get(3) returns a normalized and
150 possibly cleaned up version using all available URL parts.
152 We advise using the *CURLU_PUNYCODE* option to get the URL as "normalized" as
156 Zero-length queries and fragments are excluded from the URL unless
161 Scheme cannot be URL decoded on get.
171 schemes: pop3, smtp and imap. The URL API still allows users to set and get
189 A port cannot be URL decoded on get. This number is returned in a string just
196 in the URL. A URL path always starts with a slash.
207 The query part gets pluses converted to space when asked to URL decode on get
249 If this function returns an error, no URL part is returned.