mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
url: Add option CURLOPT_RESOLVER_START_FUNCTION
- Add new option CURLOPT_RESOLVER_START_FUNCTION to set a callback that will be called every time before a new resolve request is started (ie before a host is resolved) with a pointer to backend-specific resolver data. Currently this is only useful for ares. - Add new option CURLOPT_RESOLVER_START_DATA to set a user pointer to pass to the resolver start callback. Closes https://github.com/curl/curl/pull/2311
This commit is contained in:
parent
dd027c80fe
commit
23713645d4
16 changed files with 379 additions and 3 deletions
|
|
@ -242,6 +242,8 @@ man_MANS = \
|
|||
CURLOPT_REFERER.3 \
|
||||
CURLOPT_REQUEST_TARGET.3 \
|
||||
CURLOPT_RESOLVE.3 \
|
||||
CURLOPT_RESOLVER_START_DATA.3 \
|
||||
CURLOPT_RESOLVER_START_FUNCTION.3 \
|
||||
CURLOPT_RESUME_FROM.3 \
|
||||
CURLOPT_RESUME_FROM_LARGE.3 \
|
||||
CURLOPT_RTSP_CLIENT_CSEQ.3 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue