Lines Matching refs:with
34 Create a handle that holds URL info and resources with curl_url(3):
41 When done with it, clean it up with curl_url_cleanup(3)
48 When you need a copy of a handle, just duplicate it with curl_url_dup(3):
55 By setting a URL to the handle with curl_url_set(3), the URL is parsed
77 The **CURLU** handle represents a URL and you can easily extract that with
103 Extracted parts are not URL decoded unless the user also asks for it with the
106 Remember to free the returned string with curl_free(3) when you are done
107 with it.
126 Set parts are not URL encoded unless the user asks for it with the
131 An application can append a string to the right end of the query part with the
146 "candy=N&N" to what we already have, and URL encode it to deal with the
162 A URL with a literal IPv6 address can be parsed even when IPv6 support is not