Search…
⌃K
README
How to read this book
The cURL project
Network and protocols
Install curl
Source code
Build curl
Command line basics
Using curl
HTTP with curl
FTP with curl
Using libcurl
Header files
Easy handle
Drive transfers
Connection reuse
Callbacks
Cleanup
Name resolving
Proxies
Post transfer info
Share data between handles
URL API
Include files
Create, cleanup, duplicate
Parse a URL
Redirect to a relative URL
Get a URL
Get individual URL parts
Set individual URL parts
Append to the query
CURLOPT_CURLU
WebSocket
API compatibility
--libcurl
Global initialization
multi-threading
curl easy options
CURLcode return codes
Verbose operations
Caches
libcurl examples
for C++ programmers
HTTP with libcurl
Bindings
libcurl internals
Index
Powered By GitBook

URL API

libcurl offers an API for parsing, updating and generating URLs. Using this, applications can take advantage of using libcurl's URL parser for its own purposes. By using the same parser, security problems due to different interpretations can be avoided.
  • ​Include files​
  • ​Create, cleanup, duplicate​
  • ​Parse a URL​
  • ​Redirect to a relative URL​
  • ​Get a URL​
  • ​Get individual URL parts​
  • ​Set individual URL parts​
  • ​Append to the query​
  • ​CURLOPT_CURLU​
Previous
Share data between handles
Next
Include files
Last modified 1yr ago
Export as PDF
Copy link
Edit on GitHub