Search…
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
Write data
Read data
Progress information
Header data
Debug
sockopt
SSL context
Seek and ioctl
Network data conversion
Opensocket and closesocket
SSH key
RTSP interleaved data
FTP wildcard matching
Resolver start
Sending trailers
HSTS
Prereq
Cleanup
Name resolving
Proxies
Post transfer info
Share data between handles
URL API
Header API
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
Resolver start
This callback function, set with
CURLOPT_RESOLVER_START_FUNCTION
gets called by libcurl every time before a new resolve request is started, and it specifies for which
CURL *
handle the resolve is intended.
Previous
FTP wildcard matching
Next
Sending trailers
Last modified
7mo ago
Export as PDF
Copy link
Edit on GitHub