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