Imported Upstream version 7.50.2
[platform/upstream/curl.git] / docs / libcurl / libcurl-symbols.3
1 .\" **************************************************************************
2 .\" *                                  _   _ ____  _
3 .\" *  Project                     ___| | | |  _ \| |
4 .\" *                             / __| | | | |_) | |
5 .\" *                            | (__| |_| |  _ <| |___
6 .\" *                             \___|\___/|_| \_\_____|
7 .\" *
8 .\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
9 .\" *
10 .\" * This software is licensed as described in the file COPYING, which
11 .\" * you should have received as part of this distribution. The terms
12 .\" * are also available at https://curl.haxx.se/docs/copyright.html.
13 .\" *
14 .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 .\" * copies of the Software, and permit persons to whom the Software is
16 .\" * furnished to do so, under the terms of the COPYING file.
17 .\" *
18 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 .\" * KIND, either express or implied.
20 .\" *
21 .\" **************************************************************************
22 .TH libcurl-symbols 3 "sep  7, 2016" "libcurl 7.41.0" "libcurl symbols"
23 .SH NAME
24 libcurl-symbols \- libcurl symbol version information
25 .SH "libcurl symbols"
26 This man page details version information for public symbols provided in the
27 libcurl header files. This lists the first version in which the symbol was
28 introduced and for some symbols two additional information pieces:
29
30 The first version in which the symbol is marked "deprecated" - meaning that
31 since that version no new code should be written to use the symbol as it is
32 marked for getting removed in a future.
33
34 The last version that featured the specific symbol. Using the symbol in source
35 code will make it no longer compile error-free after that specified version.
36
37 This man page is automatically generated from the symbols-in-versions file.
38 .IP CURLAUTH_ANY
39 Introduced in 7.10.6
40 .IP CURLAUTH_ANYSAFE
41 Introduced in 7.10.6
42 .IP CURLAUTH_BASIC
43 Introduced in 7.10.6
44 .IP CURLAUTH_DIGEST
45 Introduced in 7.10.6
46 .IP CURLAUTH_DIGEST_IE
47 Introduced in 7.19.3
48 .IP CURLAUTH_GSSNEGOTIATE
49 Introduced in 7.10.6
50 Deprecated since 7.38.0
51 .IP CURLAUTH_NEGOTIATE
52 Introduced in 7.38.0
53 .IP CURLAUTH_NONE
54 Introduced in 7.10.6
55 .IP CURLAUTH_NTLM
56 Introduced in 7.10.6
57 .IP CURLAUTH_NTLM_WB
58 Introduced in 7.22.0
59 .IP CURLAUTH_ONLY
60 Introduced in 7.21.3
61 .IP CURLCLOSEPOLICY_CALLBACK
62 Introduced in 7.7
63 .IP CURLCLOSEPOLICY_LEAST_RECENTLY_USED
64 Introduced in 7.7
65 .IP CURLCLOSEPOLICY_LEAST_TRAFFIC
66 Introduced in 7.7
67 .IP CURLCLOSEPOLICY_NONE
68 Introduced in 7.7
69 .IP CURLCLOSEPOLICY_OLDEST
70 Introduced in 7.7
71 .IP CURLCLOSEPOLICY_SLOWEST
72 Introduced in 7.7
73 .IP CURLE_ABORTED_BY_CALLBACK
74 Introduced in 7.1
75 .IP CURLE_AGAIN
76 Introduced in 7.18.2
77 .IP CURLE_ALREADY_COMPLETE
78 Introduced in 7.7.2
79 .IP CURLE_BAD_CALLING_ORDER
80 Introduced in 7.1
81 Deprecated since 7.17.0
82 .IP CURLE_BAD_CONTENT_ENCODING
83 Introduced in 7.10
84 .IP CURLE_BAD_DOWNLOAD_RESUME
85 Introduced in 7.10
86 .IP CURLE_BAD_FUNCTION_ARGUMENT
87 Introduced in 7.1
88 .IP CURLE_BAD_PASSWORD_ENTERED
89 Introduced in 7.4.2
90 Deprecated since 7.17.0
91 .IP CURLE_CHUNK_FAILED
92 Introduced in 7.21.0
93 .IP CURLE_CONV_FAILED
94 Introduced in 7.15.4
95 .IP CURLE_CONV_REQD
96 Introduced in 7.15.4
97 .IP CURLE_COULDNT_CONNECT
98 Introduced in 7.1
99 .IP CURLE_COULDNT_RESOLVE_HOST
100 Introduced in 7.1
101 .IP CURLE_COULDNT_RESOLVE_PROXY
102 Introduced in 7.1
103 .IP CURLE_FAILED_INIT
104 Introduced in 7.1
105 .IP CURLE_FILESIZE_EXCEEDED
106 Introduced in 7.10.8
107 .IP CURLE_FILE_COULDNT_READ_FILE
108 Introduced in 7.1
109 .IP CURLE_FTP_ACCEPT_FAILED
110 Introduced in 7.24.0
111 .IP CURLE_FTP_ACCEPT_TIMEOUT
112 Introduced in 7.24.0
113 .IP CURLE_FTP_ACCESS_DENIED
114 Introduced in 7.1
115 .IP CURLE_FTP_BAD_DOWNLOAD_RESUME
116 Introduced in 7.1
117 Deprecated since 7.1
118 .IP CURLE_FTP_BAD_FILE_LIST
119 Introduced in 7.21.0
120 .IP CURLE_FTP_CANT_GET_HOST
121 Introduced in 7.1
122 .IP CURLE_FTP_CANT_RECONNECT
123 Introduced in 7.1
124 Deprecated since 7.17.0
125 .IP CURLE_FTP_COULDNT_GET_SIZE
126 Introduced in 7.1
127 Deprecated since 7.17.0
128 .IP CURLE_FTP_COULDNT_RETR_FILE
129 Introduced in 7.1
130 .IP CURLE_FTP_COULDNT_SET_ASCII
131 Introduced in 7.1
132 Deprecated since 7.17.0
133 .IP CURLE_FTP_COULDNT_SET_BINARY
134 Introduced in 7.1
135 Deprecated since 7.17.0
136 .IP CURLE_FTP_COULDNT_SET_TYPE
137 Introduced in 7.17.0
138 .IP CURLE_FTP_COULDNT_STOR_FILE
139 Introduced in 7.1
140 .IP CURLE_FTP_COULDNT_USE_REST
141 Introduced in 7.1
142 .IP CURLE_FTP_PARTIAL_FILE
143 Introduced in 7.1
144 Deprecated since 7.1
145 .IP CURLE_FTP_PORT_FAILED
146 Introduced in 7.1
147 .IP CURLE_FTP_PRET_FAILED
148 Introduced in 7.20.0
149 .IP CURLE_FTP_QUOTE_ERROR
150 Introduced in 7.1
151 Deprecated since 7.17.0
152 .IP CURLE_FTP_SSL_FAILED
153 Introduced in 7.11.0
154 Deprecated since 7.17.0
155 .IP CURLE_FTP_USER_PASSWORD_INCORRECT
156 Introduced in 7.1
157 Deprecated since 7.17.0
158 .IP CURLE_FTP_WEIRD_227_FORMAT
159 Introduced in 7.1
160 .IP CURLE_FTP_WEIRD_PASS_REPLY
161 Introduced in 7.1
162 .IP CURLE_FTP_WEIRD_PASV_REPLY
163 Introduced in 7.1
164 .IP CURLE_FTP_WEIRD_SERVER_REPLY
165 Introduced in 7.1
166 .IP CURLE_FTP_WEIRD_USER_REPLY
167 Introduced in 7.1
168 Deprecated since 7.17.0
169 .IP CURLE_FTP_WRITE_ERROR
170 Introduced in 7.1
171 Deprecated since 7.17.0
172 .IP CURLE_FUNCTION_NOT_FOUND
173 Introduced in 7.1
174 .IP CURLE_GOT_NOTHING
175 Introduced in 7.9.1
176 .IP CURLE_HTTP2
177 Introduced in 7.38.0
178 .IP CURLE_HTTP2_STREAM
179 Introduced in 7.49.0
180 .IP CURLE_HTTP_NOT_FOUND
181 Introduced in 7.1
182 .IP CURLE_HTTP_PORT_FAILED
183 Introduced in 7.3
184 Deprecated since 7.12.0
185 .IP CURLE_HTTP_POST_ERROR
186 Introduced in 7.1
187 .IP CURLE_HTTP_RANGE_ERROR
188 Introduced in 7.1
189 Deprecated since 7.17.0
190 .IP CURLE_HTTP_RETURNED_ERROR
191 Introduced in 7.10.3
192 .IP CURLE_INTERFACE_FAILED
193 Introduced in 7.12.0
194 .IP CURLE_LDAP_CANNOT_BIND
195 Introduced in 7.1
196 .IP CURLE_LDAP_INVALID_URL
197 Introduced in 7.10.8
198 .IP CURLE_LDAP_SEARCH_FAILED
199 Introduced in 7.1
200 .IP CURLE_LIBRARY_NOT_FOUND
201 Introduced in 7.1
202 Deprecated since 7.17.0
203 .IP CURLE_LOGIN_DENIED
204 Introduced in 7.13.1
205 .IP CURLE_MALFORMAT_USER
206 Introduced in 7.1
207 Deprecated since 7.17.0
208 .IP CURLE_NOT_BUILT_IN
209 Introduced in 7.21.5
210 .IP CURLE_NO_CONNECTION_AVAILABLE
211 Introduced in 7.30.0
212 .IP CURLE_OK
213 Introduced in 7.1
214 .IP CURLE_OPERATION_TIMEDOUT
215 Introduced in 7.10.2
216 .IP CURLE_OPERATION_TIMEOUTED
217 Introduced in 7.1
218 Deprecated since 7.17.0
219 .IP CURLE_OUT_OF_MEMORY
220 Introduced in 7.1
221 .IP CURLE_PARTIAL_FILE
222 Introduced in 7.1
223 .IP CURLE_PEER_FAILED_VERIFICATION
224 Introduced in 7.17.1
225 .IP CURLE_QUOTE_ERROR
226 Introduced in 7.17.0
227 .IP CURLE_RANGE_ERROR
228 Introduced in 7.17.0
229 .IP CURLE_READ_ERROR
230 Introduced in 7.1
231 .IP CURLE_RECV_ERROR
232 Introduced in 7.10
233 .IP CURLE_REMOTE_ACCESS_DENIED
234 Introduced in 7.17.0
235 .IP CURLE_REMOTE_DISK_FULL
236 Introduced in 7.17.0
237 .IP CURLE_REMOTE_FILE_EXISTS
238 Introduced in 7.17.0
239 .IP CURLE_REMOTE_FILE_NOT_FOUND
240 Introduced in 7.16.1
241 .IP CURLE_RTSP_CSEQ_ERROR
242 Introduced in 7.20.0
243 .IP CURLE_RTSP_SESSION_ERROR
244 Introduced in 7.20.0
245 .IP CURLE_SEND_ERROR
246 Introduced in 7.10
247 .IP CURLE_SEND_FAIL_REWIND
248 Introduced in 7.12.3
249 .IP CURLE_SHARE_IN_USE
250 Introduced in 7.9.6
251 Deprecated since 7.17.0
252 .IP CURLE_SSH
253 Introduced in 7.16.1
254 .IP CURLE_SSL_CACERT
255 Introduced in 7.10
256 .IP CURLE_SSL_CACERT_BADFILE
257 Introduced in 7.16.0
258 .IP CURLE_SSL_CERTPROBLEM
259 Introduced in 7.10
260 .IP CURLE_SSL_CIPHER
261 Introduced in 7.10
262 .IP CURLE_SSL_CONNECT_ERROR
263 Introduced in 7.1
264 .IP CURLE_SSL_CRL_BADFILE
265 Introduced in 7.19.0
266 .IP CURLE_SSL_ENGINE_INITFAILED
267 Introduced in 7.12.3
268 .IP CURLE_SSL_ENGINE_NOTFOUND
269 Introduced in 7.9.3
270 .IP CURLE_SSL_ENGINE_SETFAILED
271 Introduced in 7.9.3
272 .IP CURLE_SSL_INVALIDCERTSTATUS
273 Introduced in 7.41.0
274 .IP CURLE_SSL_ISSUER_ERROR
275 Introduced in 7.19.0
276 .IP CURLE_SSL_PEER_CERTIFICATE
277 Introduced in 7.8
278 Deprecated since 7.17.1
279 .IP CURLE_SSL_PINNEDPUBKEYNOTMATCH
280 Introduced in 7.39.0
281 .IP CURLE_SSL_SHUTDOWN_FAILED
282 Introduced in 7.16.1
283 .IP CURLE_TELNET_OPTION_SYNTAX
284 Introduced in 7.7
285 .IP CURLE_TFTP_DISKFULL
286 Introduced in 7.15.0
287 Deprecated since 7.17.0
288 .IP CURLE_TFTP_EXISTS
289 Introduced in 7.15.0
290 Deprecated since 7.17.0
291 .IP CURLE_TFTP_ILLEGAL
292 Introduced in 7.15.0
293 .IP CURLE_TFTP_NOSUCHUSER
294 Introduced in 7.15.0
295 .IP CURLE_TFTP_NOTFOUND
296 Introduced in 7.15.0
297 .IP CURLE_TFTP_PERM
298 Introduced in 7.15.0
299 .IP CURLE_TFTP_UNKNOWNID
300 Introduced in 7.15.0
301 .IP CURLE_TOO_MANY_REDIRECTS
302 Introduced in 7.5
303 .IP CURLE_UNKNOWN_OPTION
304 Introduced in 7.21.5
305 .IP CURLE_UNKNOWN_TELNET_OPTION
306 Introduced in 7.7
307 .IP CURLE_UNSUPPORTED_PROTOCOL
308 Introduced in 7.1
309 .IP CURLE_UPLOAD_FAILED
310 Introduced in 7.16.3
311 .IP CURLE_URL_MALFORMAT
312 Introduced in 7.1
313 .IP CURLE_URL_MALFORMAT_USER
314 Introduced in 7.1
315 Deprecated since 7.17.0
316 .IP CURLE_USE_SSL_FAILED
317 Introduced in 7.17.0
318 .IP CURLE_WRITE_ERROR
319 Introduced in 7.1
320 .IP CURLFILETYPE_DEVICE_BLOCK
321 Introduced in 7.21.0
322 .IP CURLFILETYPE_DEVICE_CHAR
323 Introduced in 7.21.0
324 .IP CURLFILETYPE_DIRECTORY
325 Introduced in 7.21.0
326 .IP CURLFILETYPE_DOOR
327 Introduced in 7.21.0
328 .IP CURLFILETYPE_FILE
329 Introduced in 7.21.0
330 .IP CURLFILETYPE_NAMEDPIPE
331 Introduced in 7.21.0
332 .IP CURLFILETYPE_SOCKET
333 Introduced in 7.21.0
334 .IP CURLFILETYPE_SYMLINK
335 Introduced in 7.21.0
336 .IP CURLFILETYPE_UNKNOWN
337 Introduced in 7.21.0
338 .IP CURLFINFOFLAG_KNOWN_FILENAME
339 Introduced in 7.21.0
340 .IP CURLFINFOFLAG_KNOWN_FILETYPE
341 Introduced in 7.21.0
342 .IP CURLFINFOFLAG_KNOWN_GID
343 Introduced in 7.21.0
344 .IP CURLFINFOFLAG_KNOWN_HLINKCOUNT
345 Introduced in 7.21.0
346 .IP CURLFINFOFLAG_KNOWN_PERM
347 Introduced in 7.21.0
348 .IP CURLFINFOFLAG_KNOWN_SIZE
349 Introduced in 7.21.0
350 .IP CURLFINFOFLAG_KNOWN_TIME
351 Introduced in 7.21.0
352 .IP CURLFINFOFLAG_KNOWN_UID
353 Introduced in 7.21.0
354 .IP CURLFORM_ARRAY
355 Introduced in 7.9.1
356 .IP CURLFORM_ARRAY_END
357 Introduced in 7.9.1
358 Deprecated since 7.9.5
359 Last used in 7.9.5
360 .IP CURLFORM_ARRAY_START
361 Introduced in 7.9.1
362 Deprecated since 7.9.5
363 Last used in 7.9.5
364 .IP CURLFORM_BUFFER
365 Introduced in 7.9.8
366 .IP CURLFORM_BUFFERLENGTH
367 Introduced in 7.9.8
368 .IP CURLFORM_BUFFERPTR
369 Introduced in 7.9.8
370 .IP CURLFORM_CONTENTHEADER
371 Introduced in 7.9.3
372 .IP CURLFORM_CONTENTLEN
373 Introduced in 7.46.0
374 .IP CURLFORM_CONTENTSLENGTH
375 Introduced in 7.9
376 .IP CURLFORM_CONTENTTYPE
377 Introduced in 7.9
378 .IP CURLFORM_COPYCONTENTS
379 Introduced in 7.9
380 .IP CURLFORM_COPYNAME
381 Introduced in 7.9
382 .IP CURLFORM_END
383 Introduced in 7.9
384 .IP CURLFORM_FILE
385 Introduced in 7.9
386 .IP CURLFORM_FILECONTENT
387 Introduced in 7.9.1
388 .IP CURLFORM_FILENAME
389 Introduced in 7.9.6
390 .IP CURLFORM_NAMELENGTH
391 Introduced in 7.9
392 .IP CURLFORM_NOTHING
393 Introduced in 7.9
394 .IP CURLFORM_PTRCONTENTS
395 Introduced in 7.9
396 .IP CURLFORM_PTRNAME
397 Introduced in 7.9
398 .IP CURLFORM_STREAM
399 Introduced in 7.18.2
400 .IP CURLFTPAUTH_DEFAULT
401 Introduced in 7.12.2
402 .IP CURLFTPAUTH_SSL
403 Introduced in 7.12.2
404 .IP CURLFTPAUTH_TLS
405 Introduced in 7.12.2
406 .IP CURLFTPMETHOD_DEFAULT
407 Introduced in 7.15.3
408 .IP CURLFTPMETHOD_MULTICWD
409 Introduced in 7.15.3
410 .IP CURLFTPMETHOD_NOCWD
411 Introduced in 7.15.3
412 .IP CURLFTPMETHOD_SINGLECWD
413 Introduced in 7.15.3
414 .IP CURLFTPSSL_ALL
415 Introduced in 7.11.0
416 Deprecated since 7.17.0
417 .IP CURLFTPSSL_CCC_ACTIVE
418 Introduced in 7.16.2
419 .IP CURLFTPSSL_CCC_NONE
420 Introduced in 7.16.2
421 .IP CURLFTPSSL_CCC_PASSIVE
422 Introduced in 7.16.1
423 .IP CURLFTPSSL_CONTROL
424 Introduced in 7.11.0
425 Deprecated since 7.17.0
426 .IP CURLFTPSSL_NONE
427 Introduced in 7.11.0
428 Deprecated since 7.17.0
429 .IP CURLFTPSSL_TRY
430 Introduced in 7.11.0
431 Deprecated since 7.17.0
432 .IP CURLFTP_CREATE_DIR
433 Introduced in 7.19.4
434 .IP CURLFTP_CREATE_DIR_NONE
435 Introduced in 7.19.4
436 .IP CURLFTP_CREATE_DIR_RETRY
437 Introduced in 7.19.4
438 .IP CURLGSSAPI_DELEGATION_FLAG
439 Introduced in 7.22.0
440 .IP CURLGSSAPI_DELEGATION_NONE
441 Introduced in 7.22.0
442 .IP CURLGSSAPI_DELEGATION_POLICY_FLAG
443 Introduced in 7.22.0
444 .IP CURLHEADER_SEPARATE
445 Introduced in 7.37.0
446 .IP CURLHEADER_UNIFIED
447 Introduced in 7.37.0
448 .IP CURLINFO_ACTIVESOCKET
449 Introduced in 7.45.0
450 .IP CURLINFO_APPCONNECT_TIME
451 Introduced in 7.19.0
452 .IP CURLINFO_CERTINFO
453 Introduced in 7.19.1
454 .IP CURLINFO_CONDITION_UNMET
455 Introduced in 7.19.4
456 .IP CURLINFO_CONNECT_TIME
457 Introduced in 7.4.1
458 .IP CURLINFO_CONTENT_LENGTH_DOWNLOAD
459 Introduced in 7.6.1
460 .IP CURLINFO_CONTENT_LENGTH_UPLOAD
461 Introduced in 7.6.1
462 .IP CURLINFO_CONTENT_TYPE
463 Introduced in 7.9.4
464 .IP CURLINFO_COOKIELIST
465 Introduced in 7.14.1
466 .IP CURLINFO_DATA_IN
467 Introduced in 7.9.6
468 .IP CURLINFO_DATA_OUT
469 Introduced in 7.9.6
470 .IP CURLINFO_DOUBLE
471 Introduced in 7.4.1
472 .IP CURLINFO_EFFECTIVE_URL
473 Introduced in 7.4
474 .IP CURLINFO_END
475 Introduced in 7.9.6
476 .IP CURLINFO_FILETIME
477 Introduced in 7.5
478 .IP CURLINFO_FTP_ENTRY_PATH
479 Introduced in 7.15.4
480 .IP CURLINFO_HEADER_IN
481 Introduced in 7.9.6
482 .IP CURLINFO_HEADER_OUT
483 Introduced in 7.9.6
484 .IP CURLINFO_HEADER_SIZE
485 Introduced in 7.4.1
486 .IP CURLINFO_HTTPAUTH_AVAIL
487 Introduced in 7.10.8
488 .IP CURLINFO_HTTP_CODE
489 Introduced in 7.4.1
490 Deprecated since 7.10.8
491 .IP CURLINFO_HTTP_CONNECTCODE
492 Introduced in 7.10.7
493 .IP CURLINFO_HTTP_VERSION
494 Introduced in 7.50.0
495 .IP CURLINFO_LASTONE
496 Introduced in 7.4.1
497 .IP CURLINFO_LASTSOCKET
498 Introduced in 7.15.2
499 .IP CURLINFO_LOCAL_IP
500 Introduced in 7.21.0
501 .IP CURLINFO_LOCAL_PORT
502 Introduced in 7.21.0
503 .IP CURLINFO_LONG
504 Introduced in 7.4.1
505 .IP CURLINFO_MASK
506 Introduced in 7.4.1
507 .IP CURLINFO_NAMELOOKUP_TIME
508 Introduced in 7.4.1
509 .IP CURLINFO_NONE
510 Introduced in 7.4.1
511 .IP CURLINFO_NUM_CONNECTS
512 Introduced in 7.12.3
513 .IP CURLINFO_OS_ERRNO
514 Introduced in 7.12.2
515 .IP CURLINFO_PRETRANSFER_TIME
516 Introduced in 7.4.1
517 .IP CURLINFO_PRIMARY_IP
518 Introduced in 7.19.0
519 .IP CURLINFO_PRIMARY_PORT
520 Introduced in 7.21.0
521 .IP CURLINFO_PRIVATE
522 Introduced in 7.10.3
523 .IP CURLINFO_PROXYAUTH_AVAIL
524 Introduced in 7.10.8
525 .IP CURLINFO_REDIRECT_COUNT
526 Introduced in 7.9.7
527 .IP CURLINFO_REDIRECT_TIME
528 Introduced in 7.9.7
529 .IP CURLINFO_REDIRECT_URL
530 Introduced in 7.18.2
531 .IP CURLINFO_REQUEST_SIZE
532 Introduced in 7.4.1
533 .IP CURLINFO_RESPONSE_CODE
534 Introduced in 7.10.8
535 .IP CURLINFO_RTSP_CLIENT_CSEQ
536 Introduced in 7.20.0
537 .IP CURLINFO_RTSP_CSEQ_RECV
538 Introduced in 7.20.0
539 .IP CURLINFO_RTSP_SERVER_CSEQ
540 Introduced in 7.20.0
541 .IP CURLINFO_RTSP_SESSION_ID
542 Introduced in 7.20.0
543 .IP CURLINFO_SIZE_DOWNLOAD
544 Introduced in 7.4.1
545 .IP CURLINFO_SIZE_UPLOAD
546 Introduced in 7.4.1
547 .IP CURLINFO_SLIST
548 Introduced in 7.12.3
549 .IP CURLINFO_SOCKET
550 Introduced in 7.45.0
551 .IP CURLINFO_SPEED_DOWNLOAD
552 Introduced in 7.4.1
553 .IP CURLINFO_SPEED_UPLOAD
554 Introduced in 7.4.1
555 .IP CURLINFO_SSL_DATA_IN
556 Introduced in 7.12.1
557 .IP CURLINFO_SSL_DATA_OUT
558 Introduced in 7.12.1
559 .IP CURLINFO_SSL_ENGINES
560 Introduced in 7.12.3
561 .IP CURLINFO_SSL_VERIFYRESULT
562 Introduced in 7.5
563 .IP CURLINFO_STARTTRANSFER_TIME
564 Introduced in 7.9.2
565 .IP CURLINFO_STRING
566 Introduced in 7.4.1
567 .IP CURLINFO_TEXT
568 Introduced in 7.9.6
569 .IP CURLINFO_TLS_SESSION
570 Introduced in 7.34.0
571 Deprecated since 7.48.0
572 .IP CURLINFO_TLS_SSL_PTR
573 Introduced in 7.48.0
574 .IP CURLINFO_TOTAL_TIME
575 Introduced in 7.4.1
576 .IP CURLINFO_TYPEMASK
577 Introduced in 7.4.1
578 .IP CURLIOCMD_NOP
579 Introduced in 7.12.3
580 .IP CURLIOCMD_RESTARTREAD
581 Introduced in 7.12.3
582 .IP CURLIOE_FAILRESTART
583 Introduced in 7.12.3
584 .IP CURLIOE_OK
585 Introduced in 7.12.3
586 .IP CURLIOE_UNKNOWNCMD
587 Introduced in 7.12.3
588 .IP CURLKHMATCH_MISMATCH
589 Introduced in 7.19.6
590 .IP CURLKHMATCH_MISSING
591 Introduced in 7.19.6
592 .IP CURLKHMATCH_OK
593 Introduced in 7.19.6
594 .IP CURLKHSTAT_DEFER
595 Introduced in 7.19.6
596 .IP CURLKHSTAT_FINE
597 Introduced in 7.19.6
598 .IP CURLKHSTAT_FINE_ADD_TO_FILE
599 Introduced in 7.19.6
600 .IP CURLKHSTAT_REJECT
601 Introduced in 7.19.6
602 .IP CURLKHTYPE_DSS
603 Introduced in 7.19.6
604 .IP CURLKHTYPE_RSA
605 Introduced in 7.19.6
606 .IP CURLKHTYPE_RSA1
607 Introduced in 7.19.6
608 .IP CURLKHTYPE_UNKNOWN
609 Introduced in 7.19.6
610 .IP CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE
611 Introduced in 7.30.0
612 .IP CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE
613 Introduced in 7.30.0
614 .IP CURLMOPT_MAXCONNECTS
615 Introduced in 7.16.3
616 .IP CURLMOPT_MAX_HOST_CONNECTIONS
617 Introduced in 7.30.0
618 .IP CURLMOPT_MAX_PIPELINE_LENGTH
619 Introduced in 7.30.0
620 .IP CURLMOPT_MAX_TOTAL_CONNECTIONS
621 Introduced in 7.30.0
622 .IP CURLMOPT_PIPELINING
623 Introduced in 7.16.0
624 .IP CURLMOPT_PIPELINING_SERVER_BL
625 Introduced in 7.30.0
626 .IP CURLMOPT_PIPELINING_SITE_BL
627 Introduced in 7.30.0
628 .IP CURLMOPT_PUSHDATA
629 Introduced in 7.44.0
630 .IP CURLMOPT_PUSHFUNCTION
631 Introduced in 7.44.0
632 .IP CURLMOPT_SOCKETDATA
633 Introduced in 7.15.4
634 .IP CURLMOPT_SOCKETFUNCTION
635 Introduced in 7.15.4
636 .IP CURLMOPT_TIMERDATA
637 Introduced in 7.16.0
638 .IP CURLMOPT_TIMERFUNCTION
639 Introduced in 7.16.0
640 .IP CURLMSG_DONE
641 Introduced in 7.9.6
642 .IP CURLMSG_NONE
643 Introduced in 7.9.6
644 .IP CURLM_ADDED_ALREADY
645 Introduced in 7.32.1
646 .IP CURLM_BAD_EASY_HANDLE
647 Introduced in 7.9.6
648 .IP CURLM_BAD_HANDLE
649 Introduced in 7.9.6
650 .IP CURLM_BAD_SOCKET
651 Introduced in 7.15.4
652 .IP CURLM_CALL_MULTI_PERFORM
653 Introduced in 7.9.6
654 .IP CURLM_CALL_MULTI_SOCKET
655 Introduced in 7.15.5
656 .IP CURLM_INTERNAL_ERROR
657 Introduced in 7.9.6
658 .IP CURLM_OK
659 Introduced in 7.9.6
660 .IP CURLM_OUT_OF_MEMORY
661 Introduced in 7.9.6
662 .IP CURLM_UNKNOWN_OPTION
663 Introduced in 7.15.4
664 .IP CURLOPTTYPE_FUNCTIONPOINT
665 Introduced in 7.1
666 .IP CURLOPTTYPE_LONG
667 Introduced in 7.1
668 .IP CURLOPTTYPE_OBJECTPOINT
669 Introduced in 7.1
670 .IP CURLOPTTYPE_OFF_T
671 Introduced in 7.11.0
672 .IP CURLOPTTYPE_STRINGPOINT
673 Introduced in 7.46.0
674 .IP CURLOPT_ACCEPTTIMEOUT_MS
675 Introduced in 7.24.0
676 .IP CURLOPT_ACCEPT_ENCODING
677 Introduced in 7.21.6
678 .IP CURLOPT_ADDRESS_SCOPE
679 Introduced in 7.19.0
680 .IP CURLOPT_APPEND
681 Introduced in 7.17.0
682 .IP CURLOPT_AUTOREFERER
683 Introduced in 7.1
684 .IP CURLOPT_BUFFERSIZE
685 Introduced in 7.10
686 .IP CURLOPT_CAINFO
687 Introduced in 7.4.2
688 .IP CURLOPT_CAPATH
689 Introduced in 7.9.8
690 .IP CURLOPT_CERTINFO
691 Introduced in 7.19.1
692 .IP CURLOPT_CHUNK_BGN_FUNCTION
693 Introduced in 7.21.0
694 .IP CURLOPT_CHUNK_DATA
695 Introduced in 7.21.0
696 .IP CURLOPT_CHUNK_END_FUNCTION
697 Introduced in 7.21.0
698 .IP CURLOPT_CLOSEFUNCTION
699 Introduced in 7.7
700 Deprecated since 7.11.1
701 Last used in 7.11.1
702 .IP CURLOPT_CLOSEPOLICY
703 Introduced in 7.7
704 Deprecated since 7.16.1
705 .IP CURLOPT_CLOSESOCKETDATA
706 Introduced in 7.21.7
707 .IP CURLOPT_CLOSESOCKETFUNCTION
708 Introduced in 7.21.7
709 .IP CURLOPT_CONNECTTIMEOUT
710 Introduced in 7.7
711 .IP CURLOPT_CONNECTTIMEOUT_MS
712 Introduced in 7.16.2
713 .IP CURLOPT_CONNECT_ONLY
714 Introduced in 7.15.2
715 .IP CURLOPT_CONNECT_TO
716 Introduced in 7.49.0
717 .IP CURLOPT_CONV_FROM_NETWORK_FUNCTION
718 Introduced in 7.15.4
719 .IP CURLOPT_CONV_FROM_UTF8_FUNCTION
720 Introduced in 7.15.4
721 .IP CURLOPT_CONV_TO_NETWORK_FUNCTION
722 Introduced in 7.15.4
723 .IP CURLOPT_COOKIE
724 Introduced in 7.1
725 .IP CURLOPT_COOKIEFILE
726 Introduced in 7.1
727 .IP CURLOPT_COOKIEJAR
728 Introduced in 7.9
729 .IP CURLOPT_COOKIELIST
730 Introduced in 7.14.1
731 .IP CURLOPT_COOKIESESSION
732 Introduced in 7.9.7
733 .IP CURLOPT_COPYPOSTFIELDS
734 Introduced in 7.17.1
735 .IP CURLOPT_CRLF
736 Introduced in 7.1
737 .IP CURLOPT_CRLFILE
738 Introduced in 7.19.0
739 .IP CURLOPT_CUSTOMREQUEST
740 Introduced in 7.1
741 .IP CURLOPT_DEBUGDATA
742 Introduced in 7.9.6
743 .IP CURLOPT_DEBUGFUNCTION
744 Introduced in 7.9.6
745 .IP CURLOPT_DEFAULT_PROTOCOL
746 Introduced in 7.45.0
747 .IP CURLOPT_DIRLISTONLY
748 Introduced in 7.17.0
749 .IP CURLOPT_DNS_CACHE_TIMEOUT
750 Introduced in 7.9.3
751 .IP CURLOPT_DNS_INTERFACE
752 Introduced in 7.33.0
753 .IP CURLOPT_DNS_LOCAL_IP4
754 Introduced in 7.33.0
755 .IP CURLOPT_DNS_LOCAL_IP6
756 Introduced in 7.33.0
757 .IP CURLOPT_DNS_SERVERS
758 Introduced in 7.24.0
759 .IP CURLOPT_DNS_USE_GLOBAL_CACHE
760 Introduced in 7.9.3
761 Deprecated since 7.11.1
762 .IP CURLOPT_EGDSOCKET
763 Introduced in 7.7
764 .IP CURLOPT_ENCODING
765 Introduced in 7.10
766 .IP CURLOPT_ERRORBUFFER
767 Introduced in 7.1
768 .IP CURLOPT_EXPECT_100_TIMEOUT_MS
769 Introduced in 7.36.0
770 .IP CURLOPT_FAILONERROR
771 Introduced in 7.1
772 .IP CURLOPT_FILE
773 Introduced in 7.1
774 Deprecated since 7.9.7
775 .IP CURLOPT_FILETIME
776 Introduced in 7.5
777 .IP CURLOPT_FNMATCH_DATA
778 Introduced in 7.21.0
779 .IP CURLOPT_FNMATCH_FUNCTION
780 Introduced in 7.21.0
781 .IP CURLOPT_FOLLOWLOCATION
782 Introduced in 7.1
783 .IP CURLOPT_FORBID_REUSE
784 Introduced in 7.7
785 .IP CURLOPT_FRESH_CONNECT
786 Introduced in 7.7
787 .IP CURLOPT_FTPAPPEND
788 Introduced in 7.1
789 Deprecated since 7.16.4
790 .IP CURLOPT_FTPASCII
791 Introduced in 7.1
792 Deprecated since 7.11.1
793 Last used in 7.11.1
794 .IP CURLOPT_FTPLISTONLY
795 Introduced in 7.1
796 Deprecated since 7.16.4
797 .IP CURLOPT_FTPPORT
798 Introduced in 7.1
799 .IP CURLOPT_FTPSSLAUTH
800 Introduced in 7.12.2
801 .IP CURLOPT_FTP_ACCOUNT
802 Introduced in 7.13.0
803 .IP CURLOPT_FTP_ALTERNATIVE_TO_USER
804 Introduced in 7.15.5
805 .IP CURLOPT_FTP_CREATE_MISSING_DIRS
806 Introduced in 7.10.7
807 .IP CURLOPT_FTP_FILEMETHOD
808 Introduced in 7.15.1
809 .IP CURLOPT_FTP_RESPONSE_TIMEOUT
810 Introduced in 7.10.8
811 .IP CURLOPT_FTP_SKIP_PASV_IP
812 Introduced in 7.15.0
813 .IP CURLOPT_FTP_SSL
814 Introduced in 7.11.0
815 Deprecated since 7.16.4
816 .IP CURLOPT_FTP_SSL_CCC
817 Introduced in 7.16.1
818 .IP CURLOPT_FTP_USE_EPRT
819 Introduced in 7.10.5
820 .IP CURLOPT_FTP_USE_EPSV
821 Introduced in 7.9.2
822 .IP CURLOPT_FTP_USE_PRET
823 Introduced in 7.20.0
824 .IP CURLOPT_GSSAPI_DELEGATION
825 Introduced in 7.22.0
826 .IP CURLOPT_HEADER
827 Introduced in 7.1
828 .IP CURLOPT_HEADERDATA
829 Introduced in 7.10
830 .IP CURLOPT_HEADERFUNCTION
831 Introduced in 7.7.2
832 .IP CURLOPT_HEADEROPT
833 Introduced in 7.37.0
834 .IP CURLOPT_HTTP200ALIASES
835 Introduced in 7.10.3
836 .IP CURLOPT_HTTPAUTH
837 Introduced in 7.10.6
838 .IP CURLOPT_HTTPGET
839 Introduced in 7.8.1
840 .IP CURLOPT_HTTPHEADER
841 Introduced in 7.1
842 .IP CURLOPT_HTTPPOST
843 Introduced in 7.1
844 .IP CURLOPT_HTTPPROXYTUNNEL
845 Introduced in 7.3
846 .IP CURLOPT_HTTPREQUEST
847 Introduced in 7.1
848 .IP CURLOPT_HTTP_CONTENT_DECODING
849 Introduced in 7.16.2
850 .IP CURLOPT_HTTP_TRANSFER_DECODING
851 Introduced in 7.16.2
852 .IP CURLOPT_HTTP_VERSION
853 Introduced in 7.9.1
854 .IP CURLOPT_IGNORE_CONTENT_LENGTH
855 Introduced in 7.14.1
856 .IP CURLOPT_INFILE
857 Introduced in 7.1
858 Deprecated since 7.9.7
859 .IP CURLOPT_INFILESIZE
860 Introduced in 7.1
861 .IP CURLOPT_INFILESIZE_LARGE
862 Introduced in 7.11.0
863 .IP CURLOPT_INTERFACE
864 Introduced in 7.3
865 .IP CURLOPT_INTERLEAVEDATA
866 Introduced in 7.20.0
867 .IP CURLOPT_INTERLEAVEFUNCTION
868 Introduced in 7.20.0
869 .IP CURLOPT_IOCTLDATA
870 Introduced in 7.12.3
871 .IP CURLOPT_IOCTLFUNCTION
872 Introduced in 7.12.3
873 .IP CURLOPT_IPRESOLVE
874 Introduced in 7.10.8
875 .IP CURLOPT_ISSUERCERT
876 Introduced in 7.19.0
877 .IP CURLOPT_KEYPASSWD
878 Introduced in 7.17.0
879 .IP CURLOPT_KRB4LEVEL
880 Introduced in 7.3
881 Deprecated since 7.17.0
882 .IP CURLOPT_KRBLEVEL
883 Introduced in 7.16.4
884 .IP CURLOPT_LOCALPORT
885 Introduced in 7.15.2
886 .IP CURLOPT_LOCALPORTRANGE
887 Introduced in 7.15.2
888 .IP CURLOPT_LOGIN_OPTIONS
889 Introduced in 7.34.0
890 .IP CURLOPT_LOW_SPEED_LIMIT
891 Introduced in 7.1
892 .IP CURLOPT_LOW_SPEED_TIME
893 Introduced in 7.1
894 .IP CURLOPT_MAIL_AUTH
895 Introduced in 7.25.0
896 .IP CURLOPT_MAIL_FROM
897 Introduced in 7.20.0
898 .IP CURLOPT_MAIL_RCPT
899 Introduced in 7.20.0
900 .IP CURLOPT_MAXCONNECTS
901 Introduced in 7.7
902 .IP CURLOPT_MAXFILESIZE
903 Introduced in 7.10.8
904 .IP CURLOPT_MAXFILESIZE_LARGE
905 Introduced in 7.11.0
906 .IP CURLOPT_MAXREDIRS
907 Introduced in 7.5
908 .IP CURLOPT_MAX_RECV_SPEED_LARGE
909 Introduced in 7.15.5
910 .IP CURLOPT_MAX_SEND_SPEED_LARGE
911 Introduced in 7.15.5
912 .IP CURLOPT_MUTE
913 Introduced in 7.1
914 Deprecated since 7.8
915 Last used in 7.8
916 .IP CURLOPT_NETRC
917 Introduced in 7.1
918 .IP CURLOPT_NETRC_FILE
919 Introduced in 7.11.0
920 .IP CURLOPT_NEW_DIRECTORY_PERMS
921 Introduced in 7.16.4
922 .IP CURLOPT_NEW_FILE_PERMS
923 Introduced in 7.16.4
924 .IP CURLOPT_NOBODY
925 Introduced in 7.1
926 .IP CURLOPT_NOPROGRESS
927 Introduced in 7.1
928 .IP CURLOPT_NOPROXY
929 Introduced in 7.19.4
930 .IP CURLOPT_NOSIGNAL
931 Introduced in 7.10
932 .IP CURLOPT_NOTHING
933 Introduced in 7.1.1
934 Deprecated since 7.11.1
935 Last used in 7.11.1
936 .IP CURLOPT_OPENSOCKETDATA
937 Introduced in 7.17.1
938 .IP CURLOPT_OPENSOCKETFUNCTION
939 Introduced in 7.17.1
940 .IP CURLOPT_PASSWDDATA
941 Introduced in 7.4.2
942 Deprecated since 7.11.1
943 Last used in 7.11.1
944 .IP CURLOPT_PASSWDFUNCTION
945 Introduced in 7.4.2
946 Deprecated since 7.11.1
947 Last used in 7.11.1
948 .IP CURLOPT_PASSWORD
949 Introduced in 7.19.1
950 .IP CURLOPT_PASV_HOST
951 Introduced in 7.12.1
952 Deprecated since 7.16.0
953 Last used in 7.16.0
954 .IP CURLOPT_PATH_AS_IS
955 Introduced in 7.42.0
956 .IP CURLOPT_PINNEDPUBLICKEY
957 Introduced in 7.39.0
958 .IP CURLOPT_PIPEWAIT
959 Introduced in 7.43.0
960 .IP CURLOPT_PORT
961 Introduced in 7.1
962 .IP CURLOPT_POST
963 Introduced in 7.1
964 .IP CURLOPT_POST301
965 Introduced in 7.17.1
966 Deprecated since 7.19.1
967 .IP CURLOPT_POSTFIELDS
968 Introduced in 7.1
969 .IP CURLOPT_POSTFIELDSIZE
970 Introduced in 7.2
971 .IP CURLOPT_POSTFIELDSIZE_LARGE
972 Introduced in 7.11.1
973 .IP CURLOPT_POSTQUOTE
974 Introduced in 7.1
975 .IP CURLOPT_POSTREDIR
976 Introduced in 7.19.1
977 .IP CURLOPT_PREQUOTE
978 Introduced in 7.9.5
979 .IP CURLOPT_PRIVATE
980 Introduced in 7.10.3
981 .IP CURLOPT_PROGRESSDATA
982 Introduced in 7.1
983 .IP CURLOPT_PROGRESSFUNCTION
984 Introduced in 7.1
985 Deprecated since 7.32.0
986 .IP CURLOPT_PROTOCOLS
987 Introduced in 7.19.4
988 .IP CURLOPT_PROXY
989 Introduced in 7.1
990 .IP CURLOPT_PROXYAUTH
991 Introduced in 7.10.7
992 .IP CURLOPT_PROXYHEADER
993 Introduced in 7.37.0
994 .IP CURLOPT_PROXYPASSWORD
995 Introduced in 7.19.1
996 .IP CURLOPT_PROXYPORT
997 Introduced in 7.1
998 .IP CURLOPT_PROXYTYPE
999 Introduced in 7.10
1000 .IP CURLOPT_PROXYUSERNAME
1001 Introduced in 7.19.1
1002 .IP CURLOPT_PROXYUSERPWD
1003 Introduced in 7.1
1004 .IP CURLOPT_PROXY_SERVICE_NAME
1005 Introduced in 7.43.0
1006 .IP CURLOPT_PROXY_TRANSFER_MODE
1007 Introduced in 7.18.0
1008 .IP CURLOPT_PUT
1009 Introduced in 7.1
1010 .IP CURLOPT_QUOTE
1011 Introduced in 7.1
1012 .IP CURLOPT_RANDOM_FILE
1013 Introduced in 7.7
1014 .IP CURLOPT_RANGE
1015 Introduced in 7.1
1016 .IP CURLOPT_READDATA
1017 Introduced in 7.9.7
1018 .IP CURLOPT_READFUNCTION
1019 Introduced in 7.1
1020 .IP CURLOPT_REDIR_PROTOCOLS
1021 Introduced in 7.19.4
1022 .IP CURLOPT_REFERER
1023 Introduced in 7.1
1024 .IP CURLOPT_RESOLVE
1025 Introduced in 7.21.3
1026 .IP CURLOPT_RESUME_FROM
1027 Introduced in 7.1
1028 .IP CURLOPT_RESUME_FROM_LARGE
1029 Introduced in 7.11.0
1030 .IP CURLOPT_RTSPHEADER
1031 Introduced in 7.20.0
1032 .IP CURLOPT_RTSP_CLIENT_CSEQ
1033 Introduced in 7.20.0
1034 .IP CURLOPT_RTSP_REQUEST
1035 Introduced in 7.20.0
1036 .IP CURLOPT_RTSP_SERVER_CSEQ
1037 Introduced in 7.20.0
1038 .IP CURLOPT_RTSP_SESSION_ID
1039 Introduced in 7.20.0
1040 .IP CURLOPT_RTSP_STREAM_URI
1041 Introduced in 7.20.0
1042 .IP CURLOPT_RTSP_TRANSPORT
1043 Introduced in 7.20.0
1044 .IP CURLOPT_SASL_IR
1045 Introduced in 7.31.0
1046 .IP CURLOPT_SEEKDATA
1047 Introduced in 7.18.0
1048 .IP CURLOPT_SEEKFUNCTION
1049 Introduced in 7.18.0
1050 .IP CURLOPT_SERVER_RESPONSE_TIMEOUT
1051 Introduced in 7.20.0
1052 .IP CURLOPT_SERVICE_NAME
1053 Introduced in 7.43.0
1054 .IP CURLOPT_SHARE
1055 Introduced in 7.10
1056 .IP CURLOPT_SOCKOPTDATA
1057 Introduced in 7.16.0
1058 .IP CURLOPT_SOCKOPTFUNCTION
1059 Introduced in 7.16.0
1060 .IP CURLOPT_SOCKS5_GSSAPI_NEC
1061 Introduced in 7.19.4
1062 .IP CURLOPT_SOCKS5_GSSAPI_SERVICE
1063 Introduced in 7.19.4
1064 Deprecated since 7.49.0
1065 .IP CURLOPT_SOURCE_HOST
1066 Introduced in 7.12.1
1067 .IP CURLOPT_SOURCE_PATH
1068 Introduced in 7.12.1
1069 .IP CURLOPT_SOURCE_PORT
1070 Introduced in 7.12.1
1071 .IP CURLOPT_SOURCE_POSTQUOTE
1072 Introduced in 7.12.1
1073 .IP CURLOPT_SOURCE_PREQUOTE
1074 Introduced in 7.12.1
1075 .IP CURLOPT_SOURCE_QUOTE
1076 Introduced in 7.13.0
1077 .IP CURLOPT_SOURCE_URL
1078 Introduced in 7.13.0
1079 .IP CURLOPT_SOURCE_USERPWD
1080 Introduced in 7.12.1
1081 .IP CURLOPT_SSH_AUTH_TYPES
1082 Introduced in 7.16.1
1083 .IP CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
1084 Introduced in 7.17.1
1085 .IP CURLOPT_SSH_KEYDATA
1086 Introduced in 7.19.6
1087 .IP CURLOPT_SSH_KEYFUNCTION
1088 Introduced in 7.19.6
1089 .IP CURLOPT_SSH_KNOWNHOSTS
1090 Introduced in 7.19.6
1091 .IP CURLOPT_SSH_PRIVATE_KEYFILE
1092 Introduced in 7.16.1
1093 .IP CURLOPT_SSH_PUBLIC_KEYFILE
1094 Introduced in 7.16.1
1095 .IP CURLOPT_SSLCERT
1096 Introduced in 7.1
1097 .IP CURLOPT_SSLCERTPASSWD
1098 Introduced in 7.1.1
1099 Deprecated since 7.17.0
1100 .IP CURLOPT_SSLCERTTYPE
1101 Introduced in 7.9.3
1102 .IP CURLOPT_SSLENGINE
1103 Introduced in 7.9.3
1104 .IP CURLOPT_SSLENGINE_DEFAULT
1105 Introduced in 7.9.3
1106 .IP CURLOPT_SSLKEY
1107 Introduced in 7.9.3
1108 .IP CURLOPT_SSLKEYPASSWD
1109 Introduced in 7.9.3
1110 Deprecated since 7.17.0
1111 .IP CURLOPT_SSLKEYTYPE
1112 Introduced in 7.9.3
1113 .IP CURLOPT_SSLVERSION
1114 Introduced in 7.1
1115 .IP CURLOPT_SSL_CIPHER_LIST
1116 Introduced in 7.9
1117 .IP CURLOPT_SSL_CTX_DATA
1118 Introduced in 7.10.6
1119 .IP CURLOPT_SSL_CTX_FUNCTION
1120 Introduced in 7.10.6
1121 .IP CURLOPT_SSL_ENABLE_ALPN
1122 Introduced in 7.36.0
1123 .IP CURLOPT_SSL_ENABLE_NPN
1124 Introduced in 7.36.0
1125 .IP CURLOPT_SSL_FALSESTART
1126 Introduced in 7.42.0
1127 .IP CURLOPT_SSL_OPTIONS
1128 Introduced in 7.25.0
1129 .IP CURLOPT_SSL_SESSIONID_CACHE
1130 Introduced in 7.16.0
1131 .IP CURLOPT_SSL_VERIFYHOST
1132 Introduced in 7.8.1
1133 .IP CURLOPT_SSL_VERIFYPEER
1134 Introduced in 7.4.2
1135 .IP CURLOPT_SSL_VERIFYSTATUS
1136 Introduced in 7.41.0
1137 .IP CURLOPT_STDERR
1138 Introduced in 7.1
1139 .IP CURLOPT_STREAM_DEPENDS
1140 Introduced in 7.46.0
1141 .IP CURLOPT_STREAM_DEPENDS_E
1142 Introduced in 7.46.0
1143 .IP CURLOPT_STREAM_WEIGHT
1144 Introduced in 7.46.0
1145 .IP CURLOPT_TCP_KEEPALIVE
1146 Introduced in 7.25.0
1147 .IP CURLOPT_TCP_KEEPIDLE
1148 Introduced in 7.25.0
1149 .IP CURLOPT_TCP_KEEPINTVL
1150 Introduced in 7.25.0
1151 .IP CURLOPT_TCP_NODELAY
1152 Introduced in 7.11.2
1153 .IP CURLOPT_TCP_FASTOPEN
1154 Introduced in 7.49.0
1155 .IP CURLOPT_TELNETOPTIONS
1156 Introduced in 7.7
1157 .IP CURLOPT_TFTP_BLKSIZE
1158 Introduced in 7.19.4
1159 .IP CURLOPT_TFTP_NO_OPTIONS
1160 Introduced in 7.48.0
1161 .IP CURLOPT_TIMECONDITION
1162 Introduced in 7.1
1163 .IP CURLOPT_TIMEOUT
1164 Introduced in 7.1
1165 .IP CURLOPT_TIMEOUT_MS
1166 Introduced in 7.16.2
1167 .IP CURLOPT_TIMEVALUE
1168 Introduced in 7.1
1169 .IP CURLOPT_TLSAUTH_PASSWORD
1170 Introduced in 7.21.4
1171 .IP CURLOPT_TLSAUTH_TYPE
1172 Introduced in 7.21.4
1173 .IP CURLOPT_TLSAUTH_USERNAME
1174 Introduced in 7.21.4
1175 .IP CURLOPT_TRANSFERTEXT
1176 Introduced in 7.1.1
1177 .IP CURLOPT_TRANSFER_ENCODING
1178 Introduced in 7.21.6
1179 .IP CURLOPT_UNIX_SOCKET_PATH
1180 Introduced in 7.40.0
1181 .IP CURLOPT_UNRESTRICTED_AUTH
1182 Introduced in 7.10.4
1183 .IP CURLOPT_UPLOAD
1184 Introduced in 7.1
1185 .IP CURLOPT_URL
1186 Introduced in 7.1
1187 .IP CURLOPT_USERAGENT
1188 Introduced in 7.1
1189 .IP CURLOPT_USERNAME
1190 Introduced in 7.19.1
1191 .IP CURLOPT_USERPWD
1192 Introduced in 7.1
1193 .IP CURLOPT_USE_SSL
1194 Introduced in 7.17.0
1195 .IP CURLOPT_VERBOSE
1196 Introduced in 7.1
1197 .IP CURLOPT_WILDCARDMATCH
1198 Introduced in 7.21.0
1199 .IP CURLOPT_WRITEDATA
1200 Introduced in 7.9.7
1201 .IP CURLOPT_WRITEFUNCTION
1202 Introduced in 7.1
1203 .IP CURLOPT_WRITEHEADER
1204 Introduced in 7.1
1205 .IP CURLOPT_WRITEINFO
1206 Introduced in 7.1
1207 .IP CURLOPT_XFERINFODATA
1208 Introduced in 7.32.0
1209 .IP CURLOPT_XFERINFOFUNCTION
1210 Introduced in 7.32.0
1211 .IP CURLOPT_XOAUTH2_BEARER
1212 Introduced in 7.33.0
1213 .IP CURLPAUSE_ALL
1214 Introduced in 7.18.0
1215 .IP CURLPAUSE_CONT
1216 Introduced in 7.18.0
1217 .IP CURLPAUSE_RECV
1218 Introduced in 7.18.0
1219 .IP CURLPAUSE_RECV_CONT
1220 Introduced in 7.18.0
1221 .IP CURLPAUSE_SEND
1222 Introduced in 7.18.0
1223 .IP CURLPAUSE_SEND_CONT
1224 Introduced in 7.18.0
1225 .IP CURLPIPE_HTTP1
1226 Introduced in 7.43.0
1227 .IP CURLPIPE_MULTIPLEX
1228 Introduced in 7.43.0
1229 .IP CURLPIPE_NOTHING
1230 Introduced in 7.43.0
1231 .IP CURLPROTO_ALL
1232 Introduced in 7.19.4
1233 .IP CURLPROTO_DICT
1234 Introduced in 7.19.4
1235 .IP CURLPROTO_FILE
1236 Introduced in 7.19.4
1237 .IP CURLPROTO_FTP
1238 Introduced in 7.19.4
1239 .IP CURLPROTO_FTPS
1240 Introduced in 7.19.4
1241 .IP CURLPROTO_GOPHER
1242 Introduced in 7.21.2
1243 .IP CURLPROTO_HTTP
1244 Introduced in 7.19.4
1245 .IP CURLPROTO_HTTPS
1246 Introduced in 7.19.4
1247 .IP CURLPROTO_IMAP
1248 Introduced in 7.20.0
1249 .IP CURLPROTO_IMAPS
1250 Introduced in 7.20.0
1251 .IP CURLPROTO_LDAP
1252 Introduced in 7.19.4
1253 .IP CURLPROTO_LDAPS
1254 Introduced in 7.19.4
1255 .IP CURLPROTO_POP3
1256 Introduced in 7.20.0
1257 .IP CURLPROTO_POP3S
1258 Introduced in 7.20.0
1259 .IP CURLPROTO_RTMP
1260 Introduced in 7.21.0
1261 .IP CURLPROTO_RTMPE
1262 Introduced in 7.21.0
1263 .IP CURLPROTO_RTMPS
1264 Introduced in 7.21.0
1265 .IP CURLPROTO_RTMPT
1266 Introduced in 7.21.0
1267 .IP CURLPROTO_RTMPTE
1268 Introduced in 7.21.0
1269 .IP CURLPROTO_RTMPTS
1270 Introduced in 7.21.0
1271 .IP CURLPROTO_RTSP
1272 Introduced in 7.20.0
1273 .IP CURLPROTO_SCP
1274 Introduced in 7.19.4
1275 .IP CURLPROTO_SFTP
1276 Introduced in 7.19.4
1277 .IP CURLPROTO_SMB
1278 Introduced in 7.40.0
1279 .IP CURLPROTO_SMBS
1280 Introduced in 7.40.0
1281 .IP CURLPROTO_SMTP
1282 Introduced in 7.20.0
1283 .IP CURLPROTO_SMTPS
1284 Introduced in 7.20.0
1285 .IP CURLPROTO_TELNET
1286 Introduced in 7.19.4
1287 .IP CURLPROTO_TFTP
1288 Introduced in 7.19.4
1289 .IP CURLPROXY_HTTP
1290 Introduced in 7.10
1291 .IP CURLPROXY_HTTP_1_0
1292 Introduced in 7.19.4
1293 .IP CURLPROXY_SOCKS4
1294 Introduced in 7.10
1295 .IP CURLPROXY_SOCKS4A
1296 Introduced in 7.18.0
1297 .IP CURLPROXY_SOCKS5
1298 Introduced in 7.10
1299 .IP CURLPROXY_SOCKS5_HOSTNAME
1300 Introduced in 7.18.0
1301 .IP CURLSHE_BAD_OPTION
1302 Introduced in 7.10.3
1303 .IP CURLSHE_INVALID
1304 Introduced in 7.10.3
1305 .IP CURLSHE_IN_USE
1306 Introduced in 7.10.3
1307 .IP CURLSHE_NOMEM
1308 Introduced in 7.12.0
1309 .IP CURLSHE_NOT_BUILT_IN
1310 Introduced in 7.23.0
1311 .IP CURLSHE_OK
1312 Introduced in 7.10.3
1313 .IP CURLSHOPT_LOCKFUNC
1314 Introduced in 7.10.3
1315 .IP CURLSHOPT_NONE
1316 Introduced in 7.10.3
1317 .IP CURLSHOPT_SHARE
1318 Introduced in 7.10.3
1319 .IP CURLSHOPT_UNLOCKFUNC
1320 Introduced in 7.10.3
1321 .IP CURLSHOPT_UNSHARE
1322 Introduced in 7.10.3
1323 .IP CURLSHOPT_USERDATA
1324 Introduced in 7.10.3
1325 .IP CURLSOCKTYPE_ACCEPT
1326 Introduced in 7.28.0
1327 .IP CURLSOCKTYPE_IPCXN
1328 Introduced in 7.16.0
1329 .IP CURLSSH_AUTH_AGENT
1330 Introduced in 7.28.0
1331 .IP CURLSSH_AUTH_ANY
1332 Introduced in 7.16.1
1333 .IP CURLSSH_AUTH_DEFAULT
1334 Introduced in 7.16.1
1335 .IP CURLSSH_AUTH_HOST
1336 Introduced in 7.16.1
1337 .IP CURLSSH_AUTH_KEYBOARD
1338 Introduced in 7.16.1
1339 .IP CURLSSH_AUTH_NONE
1340 Introduced in 7.16.1
1341 .IP CURLSSH_AUTH_PASSWORD
1342 Introduced in 7.16.1
1343 .IP CURLSSH_AUTH_PUBLICKEY
1344 Introduced in 7.16.1
1345 .IP CURLSSLBACKEND_AXTLS
1346 Introduced in 7.38.0
1347 .IP CURLSSLBACKEND_BORINGSSL
1348 Introduced in 7.49.0
1349 .IP CURLSSLBACKEND_CYASSL
1350 Introduced in 7.34.0
1351 .IP CURLSSLBACKEND_DARWINSSL
1352 Introduced in 7.34.0
1353 .IP CURLSSLBACKEND_GNUTLS
1354 Introduced in 7.34.0
1355 .IP CURLSSLBACKEND_GSKIT
1356 Introduced in 7.34.0
1357 .IP CURLSSLBACKEND_LIBRESSL
1358 Introduced in 7.49.0
1359 .IP CURLSSLBACKEND_MBEDTLS
1360 Introduced in 7.46.0
1361 .IP CURLSSLBACKEND_NONE
1362 Introduced in 7.34.0
1363 .IP CURLSSLBACKEND_NSS
1364 Introduced in 7.34.0
1365 .IP CURLSSLBACKEND_OPENSSL
1366 Introduced in 7.34.0
1367 .IP CURLSSLBACKEND_POLARSSL
1368 Introduced in 7.34.0
1369 .IP CURLSSLBACKEND_QSOSSL
1370 Introduced in 7.34.0
1371 .IP CURLSSLBACKEND_SCHANNEL
1372 Introduced in 7.34.0
1373 .IP CURLSSLBACKEND_WOLFSSL
1374 Introduced in 7.49.0
1375 .IP CURLSSLOPT_ALLOW_BEAST
1376 Introduced in 7.25.0
1377 .IP CURLSSLOPT_NO_REVOKE
1378 Introduced in 7.44.0
1379 .IP CURLUSESSL_ALL
1380 Introduced in 7.17.0
1381 .IP CURLUSESSL_CONTROL
1382 Introduced in 7.17.0
1383 .IP CURLUSESSL_NONE
1384 Introduced in 7.17.0
1385 .IP CURLUSESSL_TRY
1386 Introduced in 7.17.0
1387 .IP CURLVERSION_FIRST
1388 Introduced in 7.10
1389 .IP CURLVERSION_FOURTH
1390 Introduced in 7.16.1
1391 .IP CURLVERSION_NOW
1392 Introduced in 7.10
1393 .IP CURLVERSION_SECOND
1394 Introduced in 7.11.1
1395 .IP CURLVERSION_THIRD
1396 Introduced in 7.12.0
1397 .IP CURL_CHUNK_BGN_FUNC_FAIL
1398 Introduced in 7.21.0
1399 .IP CURL_CHUNK_BGN_FUNC_OK
1400 Introduced in 7.21.0
1401 .IP CURL_CHUNK_BGN_FUNC_SKIP
1402 Introduced in 7.21.0
1403 .IP CURL_CHUNK_END_FUNC_FAIL
1404 Introduced in 7.21.0
1405 .IP CURL_CHUNK_END_FUNC_OK
1406 Introduced in 7.21.0
1407 .IP CURL_CSELECT_ERR
1408 Introduced in 7.16.3
1409 .IP CURL_CSELECT_IN
1410 Introduced in 7.16.3
1411 .IP CURL_CSELECT_OUT
1412 Introduced in 7.16.3
1413 .IP CURL_DID_MEMORY_FUNC_TYPEDEFS
1414 Introduced in 7.49.0
1415 .IP CURL_EASY_NONE
1416 Introduced in 7.14.0
1417 .IP CURL_EASY_TIMEOUT
1418 Introduced in 7.14.0
1419 .IP CURL_ERROR_SIZE
1420 Introduced in 7.1
1421 .IP CURL_FNMATCHFUNC_FAIL
1422 Introduced in 7.21.0
1423 .IP CURL_FNMATCHFUNC_MATCH
1424 Introduced in 7.21.0
1425 .IP CURL_FNMATCHFUNC_NOMATCH
1426 Introduced in 7.21.0
1427 .IP CURL_FORMADD_DISABLED
1428 Introduced in 7.12.1
1429 .IP CURL_FORMADD_ILLEGAL_ARRAY
1430 Introduced in 7.9.8
1431 .IP CURL_FORMADD_INCOMPLETE
1432 Introduced in 7.9.8
1433 .IP CURL_FORMADD_MEMORY
1434 Introduced in 7.9.8
1435 .IP CURL_FORMADD_NULL
1436 Introduced in 7.9.8
1437 .IP CURL_FORMADD_OK
1438 Introduced in 7.9.8
1439 .IP CURL_FORMADD_OPTION_TWICE
1440 Introduced in 7.9.8
1441 .IP CURL_FORMADD_UNKNOWN_OPTION
1442 Introduced in 7.9.8
1443 .IP CURL_GLOBAL_ACK_EINTR
1444 Introduced in 7.30.0
1445 .IP CURL_GLOBAL_ALL
1446 Introduced in 7.8
1447 .IP CURL_GLOBAL_DEFAULT
1448 Introduced in 7.8
1449 .IP CURL_GLOBAL_NOTHING
1450 Introduced in 7.8
1451 .IP CURL_GLOBAL_SSL
1452 Introduced in 7.8
1453 .IP CURL_GLOBAL_WIN32
1454 Introduced in 7.8.1
1455 .IP CURL_HTTPPOST_BUFFER
1456 Introduced in 7.46.0
1457 .IP CURL_HTTPPOST_CALLBACK
1458 Introduced in 7.46.0
1459 .IP CURL_HTTPPOST_FILENAME
1460 Introduced in 7.46.0
1461 .IP CURL_HTTPPOST_LARGE
1462 Introduced in 7.46.0
1463 .IP CURL_HTTPPOST_PTRBUFFER
1464 Introduced in 7.46.0
1465 .IP CURL_HTTPPOST_PTRCONTENTS
1466 Introduced in 7.46.0
1467 .IP CURL_HTTPPOST_PTRNAME
1468 Introduced in 7.46.0
1469 .IP CURL_HTTPPOST_READFILE
1470 Introduced in 7.46.0
1471 .IP CURL_HTTP_VERSION_1_0
1472 Introduced in 7.9.1
1473 .IP CURL_HTTP_VERSION_1_1
1474 Introduced in 7.9.1
1475 .IP CURL_HTTP_VERSION_2
1476 Introduced in 7.43.0
1477 .IP CURL_HTTP_VERSION_2_0
1478 Introduced in 7.33.0
1479 .IP CURL_HTTP_VERSION_2TLS
1480 Introduced in 7.47.0
1481 .IP CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE
1482 Introduced in 7.49.0
1483 .IP CURL_HTTP_VERSION_NONE
1484 Introduced in 7.9.1
1485 .IP CURL_IPRESOLVE_V4
1486 Introduced in 7.10.8
1487 .IP CURL_IPRESOLVE_V6
1488 Introduced in 7.10.8
1489 .IP CURL_IPRESOLVE_WHATEVER
1490 Introduced in 7.10.8
1491 .IP CURL_LOCK_ACCESS_NONE
1492 Introduced in 7.10.3
1493 .IP CURL_LOCK_ACCESS_SHARED
1494 Introduced in 7.10.3
1495 .IP CURL_LOCK_ACCESS_SINGLE
1496 Introduced in 7.10.3
1497 .IP CURL_LOCK_DATA_CONNECT
1498 Introduced in 7.10.3
1499 .IP CURL_LOCK_DATA_COOKIE
1500 Introduced in 7.10.3
1501 .IP CURL_LOCK_DATA_DNS
1502 Introduced in 7.10.3
1503 .IP CURL_LOCK_DATA_NONE
1504 Introduced in 7.10.3
1505 .IP CURL_LOCK_DATA_SHARE
1506 Introduced in 7.10.4
1507 .IP CURL_LOCK_DATA_SSL_SESSION
1508 Introduced in 7.10.3
1509 .IP CURL_LOCK_TYPE_CONNECT
1510 Introduced in 7.10
1511 .IP CURL_LOCK_TYPE_COOKIE
1512 Introduced in 7.10
1513 .IP CURL_LOCK_TYPE_DNS
1514 Introduced in 7.10
1515 .IP CURL_LOCK_TYPE_NONE
1516 Introduced in 7.10
1517 .IP CURL_LOCK_TYPE_SSL_SESSION
1518 Introduced in 7.10
1519 .IP CURL_MAX_HTTP_HEADER
1520 Introduced in 7.19.7
1521 .IP CURL_MAX_WRITE_SIZE
1522 Introduced in 7.9.7
1523 .IP CURL_NETRC_IGNORED
1524 Introduced in 7.9.8
1525 .IP CURL_NETRC_OPTIONAL
1526 Introduced in 7.9.8
1527 .IP CURL_NETRC_REQUIRED
1528 Introduced in 7.9.8
1529 .IP CURL_POLL_IN
1530 Introduced in 7.14.0
1531 .IP CURL_POLL_INOUT
1532 Introduced in 7.14.0
1533 .IP CURL_POLL_NONE
1534 Introduced in 7.14.0
1535 .IP CURL_POLL_OUT
1536 Introduced in 7.14.0
1537 .IP CURL_POLL_REMOVE
1538 Introduced in 7.14.0
1539 .IP CURL_PROGRESS_BAR
1540 Introduced in 7.1.1
1541 .IP CURL_PROGRESS_STATS
1542 Introduced in 7.1.1
1543 .IP CURL_PUSH_DENY
1544 Introduced in 7.44.0
1545 .IP CURL_PUSH_OK
1546 Introduced in 7.44.0
1547 .IP CURL_READFUNC_ABORT
1548 Introduced in 7.12.1
1549 .IP CURL_READFUNC_PAUSE
1550 Introduced in 7.18.0
1551 .IP CURL_REDIR_GET_ALL
1552 Introduced in 7.19.1
1553 .IP CURL_REDIR_POST_301
1554 Introduced in 7.19.1
1555 .IP CURL_REDIR_POST_302
1556 Introduced in 7.19.1
1557 .IP CURL_REDIR_POST_303
1558 Introduced in 7.25.1
1559 .IP CURL_REDIR_POST_ALL
1560 Introduced in 7.19.1
1561 .IP CURL_RTSPREQ_ANNOUNCE
1562 Introduced in 7.20.0
1563 .IP CURL_RTSPREQ_DESCRIBE
1564 Introduced in 7.20.0
1565 .IP CURL_RTSPREQ_GET_PARAMETER
1566 Introduced in 7.20.0
1567 .IP CURL_RTSPREQ_NONE
1568 Introduced in 7.20.0
1569 .IP CURL_RTSPREQ_OPTIONS
1570 Introduced in 7.20.0
1571 .IP CURL_RTSPREQ_PAUSE
1572 Introduced in 7.20.0
1573 .IP CURL_RTSPREQ_PLAY
1574 Introduced in 7.20.0
1575 .IP CURL_RTSPREQ_RECEIVE
1576 Introduced in 7.20.0
1577 .IP CURL_RTSPREQ_RECORD
1578 Introduced in 7.20.0
1579 .IP CURL_RTSPREQ_SETUP
1580 Introduced in 7.20.0
1581 .IP CURL_RTSPREQ_SET_PARAMETER
1582 Introduced in 7.20.0
1583 .IP CURL_RTSPREQ_TEARDOWN
1584 Introduced in 7.20.0
1585 .IP CURL_SEEKFUNC_CANTSEEK
1586 Introduced in 7.19.5
1587 .IP CURL_SEEKFUNC_FAIL
1588 Introduced in 7.19.5
1589 .IP CURL_SEEKFUNC_OK
1590 Introduced in 7.19.5
1591 .IP CURL_SOCKET_BAD
1592 Introduced in 7.14.0
1593 .IP CURL_SOCKET_TIMEOUT
1594 Introduced in 7.14.0
1595 .IP CURL_SOCKOPT_ALREADY_CONNECTED
1596 Introduced in 7.21.5
1597 .IP CURL_SOCKOPT_ERROR
1598 Introduced in 7.21.5
1599 .IP CURL_SOCKOPT_OK
1600 Introduced in 7.21.5
1601 .IP CURL_STRICTER
1602 Introduced in 7.50.2
1603 .IP CURL_SSLVERSION_DEFAULT
1604 Introduced in 7.9.2
1605 .IP CURL_SSLVERSION_SSL
1606 Introduced in 
1607 .IP CURL_SSLVERSION_SSL
1608 Introduced in 
1609 .IP CURL_SSLVERSION_TLS
1610 Introduced in 
1611 .IP CURL_SSLVERSION_TLS
1612 Introduced in 
1613 .IP CURL_SSLVERSION_TLS
1614 Introduced in 
1615 .IP CURL_SSLVERSION_TLS
1616 Introduced in 
1617 .IP CURL_TIMECOND_IFMODSINCE
1618 Introduced in 7.9.7
1619 .IP CURL_TIMECOND_IFUNMODSINCE
1620 Introduced in 7.9.7
1621 .IP CURL_TIMECOND_LASTMOD
1622 Introduced in 7.9.7
1623 .IP CURL_TIMECOND_NONE
1624 Introduced in 7.9.7
1625 .IP CURL_TLSAUTH_NONE
1626 Introduced in 7.21.4
1627 .IP CURL_TLSAUTH_SRP
1628 Introduced in 7.21.4
1629 .IP CURL_VERSION_ASYNCHDNS
1630 Introduced in 7.10.7
1631 .IP CURL_VERSION_CONV
1632 Introduced in 7.15.4
1633 .IP CURL_VERSION_CURLDEBUG
1634 Introduced in 7.19.6
1635 .IP CURL_VERSION_DEBUG
1636 Introduced in 7.10.6
1637 .IP CURL_VERSION_GSSAPI
1638 Introduced in 7.38.0
1639 .IP CURL_VERSION_GSSNEGOTIATE
1640 Introduced in 7.10.6
1641 Deprecated since 7.38.0
1642 .IP CURL_VERSION_HTTP2
1643 Introduced in 7.33.0
1644 .IP CURL_VERSION_IDN
1645 Introduced in 7.12.0
1646 .IP CURL_VERSION_IPV6
1647 Introduced in 7.10
1648 .IP CURL_VERSION_KERBEROS4
1649 Introduced in 7.10
1650 Deprecated since 7.33.0
1651 .IP CURL_VERSION_KERBEROS5
1652 Introduced in 7.40.0
1653 .IP CURL_VERSION_LARGEFILE
1654 Introduced in 7.11.1
1655 .IP CURL_VERSION_LIBZ
1656 Introduced in 7.10
1657 .IP CURL_VERSION_NTLM
1658 Introduced in 7.10.6
1659 .IP CURL_VERSION_NTLM_WB
1660 Introduced in 7.22.0
1661 .IP CURL_VERSION_PSL
1662 Introduced in 7.47.0
1663 .IP CURL_VERSION_SPNEGO
1664 Introduced in 7.10.8
1665 .IP CURL_VERSION_SSL
1666 Introduced in 7.10
1667 .IP CURL_VERSION_SSPI
1668 Introduced in 7.13.2
1669 .IP CURL_VERSION_TLSAUTH_SRP
1670 Introduced in 7.21.4
1671 .IP CURL_VERSION_UNIX_SOCKETS
1672 Introduced in 7.40.0
1673 .IP CURL_WAIT_POLLIN
1674 Introduced in 7.28.0
1675 .IP CURL_WAIT_POLLOUT
1676 Introduced in 7.28.0
1677 .IP CURL_WAIT_POLLPRI
1678 Introduced in 7.28.0
1679 .IP CURL_WRITEFUNC_PAUSE
1680 Introduced in 7.18.0