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