1libcurl-symbols(3)              libcurl symbols             libcurl-symbols(3)
2
3
4

NAME

6       libcurl-symbols - libcurl symbol version information
7

libcurl symbols

9       This  man  page details version information for public symbols provided
10       in the libcurl header files. This lists the first version in which  the
11       symbol  was  introduced and for some symbols two additional information
12       pieces:
13
14       The first version in which the symbol is marked "deprecated" -  meaning
15       that since that version no new code should be written to use the symbol
16       as it is marked for getting removed in a future.
17
18       The last version that featured the specific symbol. Using the symbol in
19       source code will make it no longer compile error-free after that speciā€
20       fied version.
21
22       This man page is automatically generated from  the  symbols-in-versions
23       file.
24
25       CURLALTSVC_H1
26              Introduced in 7.64.1
27
28       CURLALTSVC_H2
29              Introduced in 7.64.1
30
31       CURLALTSVC_H3
32              Introduced in 7.64.1
33
34       CURLALTSVC_READONLYFILE
35              Introduced in 7.64.1
36
37       CURLAUTH_ANY
38              Introduced in 7.10.6
39
40       CURLAUTH_ANYSAFE
41              Introduced in 7.10.6
42
43       CURLAUTH_BASIC
44              Introduced in 7.10.6
45
46       CURLAUTH_BEARER
47              Introduced in 7.61.0
48
49       CURLAUTH_DIGEST
50              Introduced in 7.10.6
51
52       CURLAUTH_DIGEST_IE
53              Introduced in 7.19.3
54
55       CURLAUTH_GSSAPI
56              Introduced in 7.55.0
57
58       CURLAUTH_GSSNEGOTIATE
59              Introduced in 7.10.6 Deprecated since 7.38.0
60
61       CURLAUTH_NEGOTIATE
62              Introduced in 7.38.0
63
64       CURLAUTH_NONE
65              Introduced in 7.10.6
66
67       CURLAUTH_NTLM
68              Introduced in 7.10.6
69
70       CURLAUTH_NTLM_WB
71              Introduced in 7.22.0
72
73       CURLAUTH_ONLY
74              Introduced in 7.21.3
75
76       CURLAUTH_AWS_SIGV4
77              Introduced in 7.75.0
78
79       CURLCLOSEPOLICY_CALLBACK
80              Introduced in 7.7
81
82       CURLCLOSEPOLICY_LEAST_RECENTLY_USED
83              Introduced in 7.7
84
85       CURLCLOSEPOLICY_LEAST_TRAFFIC
86              Introduced in 7.7
87
88       CURLCLOSEPOLICY_NONE
89              Introduced in 7.7
90
91       CURLCLOSEPOLICY_OLDEST
92              Introduced in 7.7
93
94       CURLCLOSEPOLICY_SLOWEST
95              Introduced in 7.7
96
97       CURLE_ABORTED_BY_CALLBACK
98              Introduced in 7.1
99
100       CURLE_AGAIN
101              Introduced in 7.18.2
102
103       CURLE_ALREADY_COMPLETE
104              Introduced in 7.7.2 Deprecated since 7.8
105
106       CURLE_AUTH_ERROR
107              Introduced in 7.66.0
108
109       CURLE_BAD_CALLING_ORDER
110              Introduced in 7.1 Deprecated since 7.17.0
111
112       CURLE_BAD_CONTENT_ENCODING
113              Introduced in 7.10
114
115       CURLE_BAD_DOWNLOAD_RESUME
116              Introduced in 7.10
117
118       CURLE_BAD_FUNCTION_ARGUMENT
119              Introduced in 7.1
120
121       CURLE_BAD_PASSWORD_ENTERED
122              Introduced in 7.4.2 Deprecated since 7.17.0
123
124       CURLE_CHUNK_FAILED
125              Introduced in 7.21.0
126
127       CURLE_CONV_FAILED
128              Introduced in 7.15.4
129
130       CURLE_CONV_REQD
131              Introduced in 7.15.4
132
133       CURLE_COULDNT_CONNECT
134              Introduced in 7.1
135
136       CURLE_COULDNT_RESOLVE_HOST
137              Introduced in 7.1
138
139       CURLE_COULDNT_RESOLVE_PROXY
140              Introduced in 7.1
141
142       CURLE_FAILED_INIT
143              Introduced in 7.1
144
145       CURLE_FILESIZE_EXCEEDED
146              Introduced in 7.10.8
147
148       CURLE_FILE_COULDNT_READ_FILE
149              Introduced in 7.1
150
151       CURLE_FTP_ACCEPT_FAILED
152              Introduced in 7.24.0
153
154       CURLE_FTP_ACCEPT_TIMEOUT
155              Introduced in 7.24.0
156
157       CURLE_FTP_ACCESS_DENIED
158              Introduced in 7.1 Deprecated since 7.17.0
159
160       CURLE_FTP_BAD_DOWNLOAD_RESUME
161              Introduced in 7.1 Deprecated since 7.1
162
163       CURLE_FTP_BAD_FILE_LIST
164              Introduced in 7.21.0
165
166       CURLE_FTP_CANT_GET_HOST
167              Introduced in 7.1
168
169       CURLE_FTP_CANT_RECONNECT
170              Introduced in 7.1 Deprecated since 7.17.0
171
172       CURLE_FTP_COULDNT_GET_SIZE
173              Introduced in 7.1 Deprecated since 7.17.0
174
175       CURLE_FTP_COULDNT_RETR_FILE
176              Introduced in 7.1
177
178       CURLE_FTP_COULDNT_SET_ASCII
179              Introduced in 7.1 Deprecated since 7.17.0
180
181       CURLE_FTP_COULDNT_SET_BINARY
182              Introduced in 7.1 Deprecated since 7.17.0
183
184       CURLE_FTP_COULDNT_SET_TYPE
185              Introduced in 7.17.0
186
187       CURLE_FTP_COULDNT_STOR_FILE
188              Introduced in 7.1 Deprecated since 7.16.3
189
190       CURLE_FTP_COULDNT_USE_REST
191              Introduced in 7.1
192
193       CURLE_FTP_PARTIAL_FILE
194              Introduced in 7.1 Deprecated since 7.1
195
196       CURLE_FTP_PORT_FAILED
197              Introduced in 7.1
198
199       CURLE_FTP_PRET_FAILED
200              Introduced in 7.20.0
201
202       CURLE_FTP_QUOTE_ERROR
203              Introduced in 7.1 Deprecated since 7.17.0
204
205       CURLE_FTP_SSL_FAILED
206              Introduced in 7.11.0 Deprecated since 7.17.0
207
208       CURLE_FTP_USER_PASSWORD_INCORRECT
209              Introduced in 7.1 Deprecated since 7.17.0
210
211       CURLE_FTP_WEIRD_227_FORMAT
212              Introduced in 7.1
213
214       CURLE_FTP_WEIRD_PASS_REPLY
215              Introduced in 7.1
216
217       CURLE_FTP_WEIRD_PASV_REPLY
218              Introduced in 7.1
219
220       CURLE_FTP_WEIRD_SERVER_REPLY
221              Introduced in 7.1 Deprecated since 7.51.0
222
223       CURLE_FTP_WEIRD_USER_REPLY
224              Introduced in 7.1 Deprecated since 7.17.0
225
226       CURLE_FTP_WRITE_ERROR
227              Introduced in 7.1 Deprecated since 7.17.0
228
229       CURLE_FUNCTION_NOT_FOUND
230              Introduced in 7.1
231
232       CURLE_GOT_NOTHING
233              Introduced in 7.9.1
234
235       CURLE_HTTP2
236              Introduced in 7.38.0
237
238       CURLE_HTTP2_STREAM
239              Introduced in 7.49.0
240
241       CURLE_HTTP3
242              Introduced in 7.68.0
243
244       CURLE_HTTP_NOT_FOUND
245              Introduced in 7.1 Deprecated since 7.10.3
246
247       CURLE_HTTP_PORT_FAILED
248              Introduced in 7.3 Deprecated since 7.12.0
249
250       CURLE_HTTP_POST_ERROR
251              Introduced in 7.1
252
253       CURLE_HTTP_RANGE_ERROR
254              Introduced in 7.1 Deprecated since 7.17.0
255
256       CURLE_HTTP_RETURNED_ERROR
257              Introduced in 7.10.3
258
259       CURLE_INTERFACE_FAILED
260              Introduced in 7.12.0
261
262       CURLE_LDAP_CANNOT_BIND
263              Introduced in 7.1
264
265       CURLE_LDAP_INVALID_URL
266              Introduced in 7.10.8
267
268       CURLE_LDAP_SEARCH_FAILED
269              Introduced in 7.1
270
271       CURLE_LIBRARY_NOT_FOUND
272              Introduced in 7.1 Deprecated since 7.17.0
273
274       CURLE_LOGIN_DENIED
275              Introduced in 7.13.1
276
277       CURLE_MALFORMAT_USER
278              Introduced in 7.1 Deprecated since 7.17.0
279
280       CURLE_NOT_BUILT_IN
281              Introduced in 7.21.5
282
283       CURLE_NO_CONNECTION_AVAILABLE
284              Introduced in 7.30.0
285
286       CURLE_OK
287              Introduced in 7.1
288
289       CURLE_OPERATION_TIMEDOUT
290              Introduced in 7.10.2
291
292       CURLE_OPERATION_TIMEOUTED
293              Introduced in 7.1 Deprecated since 7.17.0
294
295       CURLE_OUT_OF_MEMORY
296              Introduced in 7.1
297
298       CURLE_PARTIAL_FILE
299              Introduced in 7.1
300
301       CURLE_PEER_FAILED_VERIFICATION
302              Introduced in 7.17.1
303
304       CURLE_PROXY
305              Introduced in 7.73.0
306
307       CURLE_QUIC_CONNECT_ERROR
308              Introduced in 7.69.0
309
310       CURLE_QUOTE_ERROR
311              Introduced in 7.17.0
312
313       CURLE_RANGE_ERROR
314              Introduced in 7.17.0
315
316       CURLE_READ_ERROR
317              Introduced in 7.1
318
319       CURLE_RECURSIVE_API_CALL
320              Introduced in 7.59.0
321
322       CURLE_RECV_ERROR
323              Introduced in 7.10
324
325       CURLE_REMOTE_ACCESS_DENIED
326              Introduced in 7.17.0
327
328       CURLE_REMOTE_DISK_FULL
329              Introduced in 7.17.0
330
331       CURLE_REMOTE_FILE_EXISTS
332              Introduced in 7.17.0
333
334       CURLE_REMOTE_FILE_NOT_FOUND
335              Introduced in 7.16.1
336
337       CURLE_RTSP_CSEQ_ERROR
338              Introduced in 7.20.0
339
340       CURLE_RTSP_SESSION_ERROR
341              Introduced in 7.20.0
342
343       CURLE_SEND_ERROR
344              Introduced in 7.10
345
346       CURLE_SEND_FAIL_REWIND
347              Introduced in 7.12.3
348
349       CURLE_SHARE_IN_USE
350              Introduced in 7.9.6 Deprecated since 7.17.0
351
352       CURLE_SSH
353              Introduced in 7.16.1
354
355       CURLE_SSL_CACERT
356              Introduced in 7.10 Deprecated since 7.62.0
357
358       CURLE_SSL_CACERT_BADFILE
359              Introduced in 7.16.0
360
361       CURLE_SSL_CERTPROBLEM
362              Introduced in 7.10
363
364       CURLE_SSL_CIPHER
365              Introduced in 7.10
366
367       CURLE_SSL_CONNECT_ERROR
368              Introduced in 7.1
369
370       CURLE_SSL_CRL_BADFILE
371              Introduced in 7.19.0
372
373       CURLE_SSL_ENGINE_INITFAILED
374              Introduced in 7.12.3
375
376       CURLE_SSL_ENGINE_NOTFOUND
377              Introduced in 7.9.3
378
379       CURLE_SSL_ENGINE_SETFAILED
380              Introduced in 7.9.3
381
382       CURLE_SSL_INVALIDCERTSTATUS
383              Introduced in 7.41.0
384
385       CURLE_SSL_ISSUER_ERROR
386              Introduced in 7.19.0
387
388       CURLE_SSL_PEER_CERTIFICATE
389              Introduced in 7.8 Deprecated since 7.17.1
390
391       CURLE_SSL_PINNEDPUBKEYNOTMATCH
392              Introduced in 7.39.0
393
394       CURLE_SSL_SHUTDOWN_FAILED
395              Introduced in 7.16.1
396
397       CURLE_TELNET_OPTION_SYNTAX
398              Introduced in 7.7
399
400       CURLE_TFTP_DISKFULL
401              Introduced in 7.15.0 Deprecated since 7.17.0
402
403       CURLE_TFTP_EXISTS
404              Introduced in 7.15.0 Deprecated since 7.17.0
405
406       CURLE_TFTP_ILLEGAL
407              Introduced in 7.15.0
408
409       CURLE_TFTP_NOSUCHUSER
410              Introduced in 7.15.0
411
412       CURLE_TFTP_NOTFOUND
413              Introduced in 7.15.0
414
415       CURLE_TFTP_PERM
416              Introduced in 7.15.0
417
418       CURLE_TFTP_UNKNOWNID
419              Introduced in 7.15.0
420
421       CURLE_TOO_MANY_REDIRECTS
422              Introduced in 7.5
423
424       CURLE_UNKNOWN_OPTION
425              Introduced in 7.21.5
426
427       CURLE_UNKNOWN_TELNET_OPTION
428              Introduced in 7.7 Deprecated since 7.21.5
429
430       CURLE_UNSUPPORTED_PROTOCOL
431              Introduced in 7.1
432
433       CURLE_UPLOAD_FAILED
434              Introduced in 7.16.3
435
436       CURLE_URL_MALFORMAT
437              Introduced in 7.1
438
439       CURLE_URL_MALFORMAT_USER
440              Introduced in 7.1 Deprecated since 7.17.0
441
442       CURLE_USE_SSL_FAILED
443              Introduced in 7.17.0
444
445       CURLE_WEIRD_SERVER_REPLY
446              Introduced in 7.51.0
447
448       CURLE_WRITE_ERROR
449              Introduced in 7.1
450
451       CURLFILETYPE_DEVICE_BLOCK
452              Introduced in 7.21.0
453
454       CURLFILETYPE_DEVICE_CHAR
455              Introduced in 7.21.0
456
457       CURLFILETYPE_DIRECTORY
458              Introduced in 7.21.0
459
460       CURLFILETYPE_DOOR
461              Introduced in 7.21.0
462
463       CURLFILETYPE_FILE
464              Introduced in 7.21.0
465
466       CURLFILETYPE_NAMEDPIPE
467              Introduced in 7.21.0
468
469       CURLFILETYPE_SOCKET
470              Introduced in 7.21.0
471
472       CURLFILETYPE_SYMLINK
473              Introduced in 7.21.0
474
475       CURLFILETYPE_UNKNOWN
476              Introduced in 7.21.0
477
478       CURLFINFOFLAG_KNOWN_FILENAME
479              Introduced in 7.21.0
480
481       CURLFINFOFLAG_KNOWN_FILETYPE
482              Introduced in 7.21.0
483
484       CURLFINFOFLAG_KNOWN_GID
485              Introduced in 7.21.0
486
487       CURLFINFOFLAG_KNOWN_HLINKCOUNT
488              Introduced in 7.21.0
489
490       CURLFINFOFLAG_KNOWN_PERM
491              Introduced in 7.21.0
492
493       CURLFINFOFLAG_KNOWN_SIZE
494              Introduced in 7.21.0
495
496       CURLFINFOFLAG_KNOWN_TIME
497              Introduced in 7.21.0
498
499       CURLFINFOFLAG_KNOWN_UID
500              Introduced in 7.21.0
501
502       CURLFORM_ARRAY
503              Introduced in 7.9.1 Deprecated since 7.56.0
504
505       CURLFORM_ARRAY_END
506              Introduced in 7.9.1 Deprecated since 7.9.5 Last used in 7.9.5
507
508       CURLFORM_ARRAY_START
509              Introduced in 7.9.1 Deprecated since 7.9.5 Last used in 7.9.5
510
511       CURLFORM_BUFFER
512              Introduced in 7.9.8 Deprecated since 7.56.0
513
514       CURLFORM_BUFFERLENGTH
515              Introduced in 7.9.8 Deprecated since 7.56.0
516
517       CURLFORM_BUFFERPTR
518              Introduced in 7.9.8 Deprecated since 7.56.0
519
520       CURLFORM_CONTENTHEADER
521              Introduced in 7.9.3 Deprecated since 7.56.0
522
523       CURLFORM_CONTENTLEN
524              Introduced in 7.46.0 Deprecated since 7.56.0
525
526       CURLFORM_CONTENTSLENGTH
527              Introduced in 7.9 Deprecated since 7.56.0
528
529       CURLFORM_CONTENTTYPE
530              Introduced in 7.9 Deprecated since 7.56.0
531
532       CURLFORM_COPYCONTENTS
533              Introduced in 7.9 Deprecated since 7.56.0
534
535       CURLFORM_COPYNAME
536              Introduced in 7.9 Deprecated since 7.56.0
537
538       CURLFORM_END
539              Introduced in 7.9 Deprecated since 7.56.0
540
541       CURLFORM_FILE
542              Introduced in 7.9 Deprecated since 7.56.0
543
544       CURLFORM_FILECONTENT
545              Introduced in 7.9.1 Deprecated since 7.56.0
546
547       CURLFORM_FILENAME
548              Introduced in 7.9.6 Deprecated since 7.56.0
549
550       CURLFORM_NAMELENGTH
551              Introduced in 7.9 Deprecated since 7.56.0
552
553       CURLFORM_NOTHING
554              Introduced in 7.9 Deprecated since 7.56.0
555
556       CURLFORM_PTRCONTENTS
557              Introduced in 7.9 Deprecated since 7.56.0
558
559       CURLFORM_PTRNAME
560              Introduced in 7.9 Deprecated since 7.56.0
561
562       CURLFORM_STREAM
563              Introduced in 7.18.2 Deprecated since 7.56.0
564
565       CURLFTPAUTH_DEFAULT
566              Introduced in 7.12.2
567
568       CURLFTPAUTH_SSL
569              Introduced in 7.12.2
570
571       CURLFTPAUTH_TLS
572              Introduced in 7.12.2
573
574       CURLFTPMETHOD_DEFAULT
575              Introduced in 7.15.3
576
577       CURLFTPMETHOD_MULTICWD
578              Introduced in 7.15.3
579
580       CURLFTPMETHOD_NOCWD
581              Introduced in 7.15.3
582
583       CURLFTPMETHOD_SINGLECWD
584              Introduced in 7.15.3
585
586       CURLFTPSSL_ALL
587              Introduced in 7.11.0 Deprecated since 7.17.0
588
589       CURLFTPSSL_CCC_ACTIVE
590              Introduced in 7.16.2
591
592       CURLFTPSSL_CCC_NONE
593              Introduced in 7.16.2
594
595       CURLFTPSSL_CCC_PASSIVE
596              Introduced in 7.16.1
597
598       CURLFTPSSL_CONTROL
599              Introduced in 7.11.0 Deprecated since 7.17.0
600
601       CURLFTPSSL_NONE
602              Introduced in 7.11.0 Deprecated since 7.17.0
603
604       CURLFTPSSL_TRY
605              Introduced in 7.11.0 Deprecated since 7.17.0
606
607       CURLFTP_CREATE_DIR
608              Introduced in 7.19.4
609
610       CURLFTP_CREATE_DIR_NONE
611              Introduced in 7.19.4
612
613       CURLFTP_CREATE_DIR_RETRY
614              Introduced in 7.19.4
615
616       CURLGSSAPI_DELEGATION_FLAG
617              Introduced in 7.22.0
618
619       CURLGSSAPI_DELEGATION_NONE
620              Introduced in 7.22.0
621
622       CURLGSSAPI_DELEGATION_POLICY_FLAG
623              Introduced in 7.22.0
624
625       CURLHEADER_SEPARATE
626              Introduced in 7.37.0
627
628       CURLHEADER_UNIFIED
629              Introduced in 7.37.0
630
631       CURLHSTS_ENABLE
632              Introduced in 7.74.0
633
634       CURLHSTS_READONLYFILE
635              Introduced in 7.74.0
636
637       CURLINFO_ACTIVESOCKET
638              Introduced in 7.45.0
639
640       CURLINFO_APPCONNECT_TIME
641              Introduced in 7.19.0
642
643       CURLINFO_APPCONNECT_TIME_T
644              Introduced in 7.61.0
645
646       CURLINFO_CERTINFO
647              Introduced in 7.19.1
648
649       CURLINFO_CONDITION_UNMET
650              Introduced in 7.19.4
651
652       CURLINFO_CONNECT_TIME
653              Introduced in 7.4.1
654
655       CURLINFO_CONNECT_TIME_T
656              Introduced in 7.61.0
657
658       CURLINFO_CONTENT_LENGTH_DOWNLOAD
659              Introduced in 7.6.1
660
661       CURLINFO_CONTENT_LENGTH_DOWNLOAD_T
662              Introduced in 7.55.0
663
664       CURLINFO_CONTENT_LENGTH_UPLOAD
665              Introduced in 7.6.1
666
667       CURLINFO_CONTENT_LENGTH_UPLOAD_T
668              Introduced in 7.55.0
669
670       CURLINFO_CONTENT_TYPE
671              Introduced in 7.9.4
672
673       CURLINFO_COOKIELIST
674              Introduced in 7.14.1
675
676       CURLINFO_DATA_IN
677              Introduced in 7.9.6
678
679       CURLINFO_DATA_OUT
680              Introduced in 7.9.6
681
682       CURLINFO_DOUBLE
683              Introduced in 7.4.1
684
685       CURLINFO_EFFECTIVE_METHOD
686              Introduced in 7.72.0
687
688       CURLINFO_EFFECTIVE_URL
689              Introduced in 7.4
690
691       CURLINFO_END
692              Introduced in 7.9.6
693
694       CURLINFO_FILETIME
695              Introduced in 7.5
696
697       CURLINFO_FILETIME_T
698              Introduced in 7.59.0
699
700       CURLINFO_FTP_ENTRY_PATH
701              Introduced in 7.15.4
702
703       CURLINFO_HEADER_IN
704              Introduced in 7.9.6
705
706       CURLINFO_HEADER_OUT
707              Introduced in 7.9.6
708
709       CURLINFO_HEADER_SIZE
710              Introduced in 7.4.1
711
712       CURLINFO_HTTPAUTH_AVAIL
713              Introduced in 7.10.8
714
715       CURLINFO_HTTP_CODE
716              Introduced in 7.4.1 Deprecated since 7.10.8
717
718       CURLINFO_HTTP_CONNECTCODE
719              Introduced in 7.10.7
720
721       CURLINFO_HTTP_VERSION
722              Introduced in 7.50.0
723
724       CURLINFO_LASTONE
725              Introduced in 7.4.1
726
727       CURLINFO_LASTSOCKET
728              Introduced in 7.15.2
729
730       CURLINFO_LOCAL_IP
731              Introduced in 7.21.0
732
733       CURLINFO_LOCAL_PORT
734              Introduced in 7.21.0
735
736       CURLINFO_LONG
737              Introduced in 7.4.1
738
739       CURLINFO_MASK
740              Introduced in 7.4.1
741
742       CURLINFO_NAMELOOKUP_TIME
743              Introduced in 7.4.1
744
745       CURLINFO_NAMELOOKUP_TIME_T
746              Introduced in 7.61.0
747
748       CURLINFO_NONE
749              Introduced in 7.4.1
750
751       CURLINFO_NUM_CONNECTS
752              Introduced in 7.12.3
753
754       CURLINFO_OFF_T
755              Introduced in 7.55.0
756
757       CURLINFO_OS_ERRNO
758              Introduced in 7.12.2
759
760       CURLINFO_PRETRANSFER_TIME
761              Introduced in 7.4.1
762
763       CURLINFO_PRETRANSFER_TIME_T
764              Introduced in 7.61.0
765
766       CURLINFO_PRIMARY_IP
767              Introduced in 7.19.0
768
769       CURLINFO_PRIMARY_PORT
770              Introduced in 7.21.0
771
772       CURLINFO_PRIVATE
773              Introduced in 7.10.3
774
775       CURLINFO_PROTOCOL
776              Introduced in 7.52.0
777
778       CURLINFO_PROXYAUTH_AVAIL
779              Introduced in 7.10.8
780
781       CURLINFO_PROXY_ERROR
782              Introduced in 7.73.0
783
784       CURLINFO_PROXY_SSL_VERIFYRESULT
785              Introduced in 7.52.0
786
787       CURLINFO_PTR
788              Introduced in 7.54.1
789
790       CURLINFO_REDIRECT_COUNT
791              Introduced in 7.9.7
792
793       CURLINFO_REDIRECT_TIME
794              Introduced in 7.9.7
795
796       CURLINFO_REDIRECT_TIME_T
797              Introduced in 7.61.0
798
799       CURLINFO_REDIRECT_URL
800              Introduced in 7.18.2
801
802       CURLINFO_REFERER
803              Introduced in 7.76.0
804
805       CURLINFO_REQUEST_SIZE
806              Introduced in 7.4.1
807
808       CURLINFO_RESPONSE_CODE
809              Introduced in 7.10.8
810
811       CURLINFO_RETRY_AFTER
812              Introduced in 7.66.0
813
814       CURLINFO_RTSP_CLIENT_CSEQ
815              Introduced in 7.20.0
816
817       CURLINFO_RTSP_CSEQ_RECV
818              Introduced in 7.20.0
819
820       CURLINFO_RTSP_SERVER_CSEQ
821              Introduced in 7.20.0
822
823       CURLINFO_RTSP_SESSION_ID
824              Introduced in 7.20.0
825
826       CURLINFO_SCHEME
827              Introduced in 7.52.0
828
829       CURLINFO_SIZE_DOWNLOAD
830              Introduced in 7.4.1
831
832       CURLINFO_SIZE_DOWNLOAD_T
833              Introduced in 7.55.0
834
835       CURLINFO_SIZE_UPLOAD
836              Introduced in 7.4.1
837
838       CURLINFO_SIZE_UPLOAD_T
839              Introduced in 7.55.0
840
841       CURLINFO_SLIST
842              Introduced in 7.12.3
843
844       CURLINFO_SOCKET
845              Introduced in 7.45.0
846
847       CURLINFO_SPEED_DOWNLOAD
848              Introduced in 7.4.1
849
850       CURLINFO_SPEED_DOWNLOAD_T
851              Introduced in 7.55.0
852
853       CURLINFO_SPEED_UPLOAD
854              Introduced in 7.4.1
855
856       CURLINFO_SPEED_UPLOAD_T
857              Introduced in 7.55.0
858
859       CURLINFO_SSL_DATA_IN
860              Introduced in 7.12.1
861
862       CURLINFO_SSL_DATA_OUT
863              Introduced in 7.12.1
864
865       CURLINFO_SSL_ENGINES
866              Introduced in 7.12.3
867
868       CURLINFO_SSL_VERIFYRESULT
869              Introduced in 7.5
870
871       CURLINFO_STARTTRANSFER_TIME
872              Introduced in 7.9.2
873
874       CURLINFO_STARTTRANSFER_TIME_T
875              Introduced in 7.61.0
876
877       CURLINFO_STRING
878              Introduced in 7.4.1
879
880       CURLINFO_TEXT
881              Introduced in 7.9.6
882
883       CURLINFO_TLS_SESSION
884              Introduced in 7.34.0 Deprecated since 7.48.0
885
886       CURLINFO_TLS_SSL_PTR
887              Introduced in 7.48.0
888
889       CURLINFO_TOTAL_TIME
890              Introduced in 7.4.1
891
892       CURLINFO_TOTAL_TIME_T
893              Introduced in 7.61.0
894
895       CURLINFO_TYPEMASK
896              Introduced in 7.4.1
897
898       CURLIOCMD_NOP
899              Introduced in 7.12.3
900
901       CURLIOCMD_RESTARTREAD
902              Introduced in 7.12.3
903
904       CURLIOE_FAILRESTART
905              Introduced in 7.12.3
906
907       CURLIOE_OK
908              Introduced in 7.12.3
909
910       CURLIOE_UNKNOWNCMD
911              Introduced in 7.12.3
912
913       CURLKHMATCH_MISMATCH
914              Introduced in 7.19.6
915
916       CURLKHMATCH_MISSING
917              Introduced in 7.19.6
918
919       CURLKHMATCH_OK
920              Introduced in 7.19.6
921
922       CURLKHSTAT_DEFER
923              Introduced in 7.19.6
924
925       CURLKHSTAT_FINE
926              Introduced in 7.19.6
927
928       CURLKHSTAT_FINE_ADD_TO_FILE
929              Introduced in 7.19.6
930
931       CURLKHSTAT_FINE_REPLACE
932              Introduced in 7.73.0
933
934       CURLKHSTAT_REJECT
935              Introduced in 7.19.6
936
937       CURLKHTYPE_DSS
938              Introduced in 7.19.6
939
940       CURLKHTYPE_ECDSA
941              Introduced in 7.58.0
942
943       CURLKHTYPE_ED25519
944              Introduced in 7.58.0
945
946       CURLKHTYPE_RSA
947              Introduced in 7.19.6
948
949       CURLKHTYPE_RSA1
950              Introduced in 7.19.6
951
952       CURLKHTYPE_UNKNOWN
953              Introduced in 7.19.6
954
955       CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE
956              Introduced in 7.30.0
957
958       CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE
959              Introduced in 7.30.0
960
961       CURLMOPT_MAXCONNECTS
962              Introduced in 7.16.3
963
964       CURLMOPT_MAX_CONCURRENT_STREAMS
965              Introduced in 7.67.0
966
967       CURLMOPT_MAX_HOST_CONNECTIONS
968              Introduced in 7.30.0
969
970       CURLMOPT_MAX_PIPELINE_LENGTH
971              Introduced in 7.30.0
972
973       CURLMOPT_MAX_TOTAL_CONNECTIONS
974              Introduced in 7.30.0
975
976       CURLMOPT_PIPELINING
977              Introduced in 7.16.0
978
979       CURLMOPT_PIPELINING_SERVER_BL
980              Introduced in 7.30.0
981
982       CURLMOPT_PIPELINING_SITE_BL
983              Introduced in 7.30.0
984
985       CURLMOPT_PUSHDATA
986              Introduced in 7.44.0
987
988       CURLMOPT_PUSHFUNCTION
989              Introduced in 7.44.0
990
991       CURLMOPT_SOCKETDATA
992              Introduced in 7.15.4
993
994       CURLMOPT_SOCKETFUNCTION
995              Introduced in 7.15.4
996
997       CURLMOPT_TIMERDATA
998              Introduced in 7.16.0
999
1000       CURLMOPT_TIMERFUNCTION
1001              Introduced in 7.16.0
1002
1003       CURLMSG_DONE
1004              Introduced in 7.9.6
1005
1006       CURLMSG_NONE
1007              Introduced in 7.9.6
1008
1009       CURLM_ADDED_ALREADY
1010              Introduced in 7.32.1
1011
1012       CURLM_BAD_EASY_HANDLE
1013              Introduced in 7.9.6
1014
1015       CURLM_BAD_FUNCTION_ARGUMENT
1016              Introduced in 7.69.0
1017
1018       CURLM_BAD_HANDLE
1019              Introduced in 7.9.6
1020
1021       CURLM_BAD_SOCKET
1022              Introduced in 7.15.4
1023
1024       CURLM_CALL_MULTI_PERFORM
1025              Introduced in 7.9.6
1026
1027       CURLM_CALL_MULTI_SOCKET
1028              Introduced in 7.15.5
1029
1030       CURLM_INTERNAL_ERROR
1031              Introduced in 7.9.6
1032
1033       CURLM_OK
1034              Introduced in 7.9.6
1035
1036       CURLM_OUT_OF_MEMORY
1037              Introduced in 7.9.6
1038
1039       CURLM_RECURSIVE_API_CALL
1040              Introduced in 7.59.0
1041
1042       CURLM_UNKNOWN_OPTION
1043              Introduced in 7.15.4
1044
1045       CURLM_WAKEUP_FAILURE
1046              Introduced in 7.68.0
1047
1048       CURLOPT
1049              Introduced in 7.69.0
1050
1051       CURLOPTTYPE_BLOB
1052              Introduced in 7.71.0
1053
1054       CURLOPTTYPE_CBPOINT
1055              Introduced in 7.73.0
1056
1057       CURLOPTTYPE_FUNCTIONPOINT
1058              Introduced in 7.1
1059
1060       CURLOPTTYPE_LONG
1061              Introduced in 7.1
1062
1063       CURLOPTTYPE_OBJECTPOINT
1064              Introduced in 7.1
1065
1066       CURLOPTTYPE_OFF_T
1067              Introduced in 7.11.0
1068
1069       CURLOPTTYPE_SLISTPOINT
1070              Introduced in 7.65.2
1071
1072       CURLOPTTYPE_STRINGPOINT
1073              Introduced in 7.46.0
1074
1075       CURLOPTTYPE_VALUES
1076              Introduced in 7.73.0
1077
1078       CURLOPT_ABSTRACT_UNIX_SOCKET
1079              Introduced in 7.53.0
1080
1081       CURLOPT_ACCEPTTIMEOUT_MS
1082              Introduced in 7.24.0
1083
1084       CURLOPT_ACCEPT_ENCODING
1085              Introduced in 7.21.6
1086
1087       CURLOPT_ADDRESS_SCOPE
1088              Introduced in 7.19.0
1089
1090       CURLOPT_ALTSVC
1091              Introduced in 7.64.1
1092
1093       CURLOPT_ALTSVC_CTRL
1094              Introduced in 7.64.1
1095
1096       CURLOPT_APPEND
1097              Introduced in 7.17.0
1098
1099       CURLOPT_AUTOREFERER
1100              Introduced in 7.1
1101
1102       CURLOPT_BUFFERSIZE
1103              Introduced in 7.10
1104
1105       CURLOPT_CAINFO
1106              Introduced in 7.4.2
1107
1108       CURLOPT_CAPATH
1109              Introduced in 7.9.8
1110
1111       CURLOPT_CERTINFO
1112              Introduced in 7.19.1
1113
1114       CURLOPT_CHUNK_BGN_FUNCTION
1115              Introduced in 7.21.0
1116
1117       CURLOPT_CHUNK_DATA
1118              Introduced in 7.21.0
1119
1120       CURLOPT_CHUNK_END_FUNCTION
1121              Introduced in 7.21.0
1122
1123       CURLOPT_CLOSEFUNCTION
1124              Introduced in 7.7 Deprecated since 7.11.1 Last used in 7.11.1
1125
1126       CURLOPT_CLOSEPOLICY
1127              Introduced in 7.7 Deprecated since 7.16.1
1128
1129       CURLOPT_CLOSESOCKETDATA
1130              Introduced in 7.21.7
1131
1132       CURLOPT_CLOSESOCKETFUNCTION
1133              Introduced in 7.21.7
1134
1135       CURLOPT_CONNECTTIMEOUT
1136              Introduced in 7.7
1137
1138       CURLOPT_CONNECTTIMEOUT_MS
1139              Introduced in 7.16.2
1140
1141       CURLOPT_CONNECT_ONLY
1142              Introduced in 7.15.2
1143
1144       CURLOPT_CONNECT_TO
1145              Introduced in 7.49.0
1146
1147       CURLOPT_CONV_FROM_NETWORK_FUNCTION
1148              Introduced in 7.15.4
1149
1150       CURLOPT_CONV_FROM_UTF8_FUNCTION
1151              Introduced in 7.15.4
1152
1153       CURLOPT_CONV_TO_NETWORK_FUNCTION
1154              Introduced in 7.15.4
1155
1156       CURLOPT_COOKIE
1157              Introduced in 7.1
1158
1159       CURLOPT_COOKIEFILE
1160              Introduced in 7.1
1161
1162       CURLOPT_COOKIEJAR
1163              Introduced in 7.9
1164
1165       CURLOPT_COOKIELIST
1166              Introduced in 7.14.1
1167
1168       CURLOPT_COOKIESESSION
1169              Introduced in 7.9.7
1170
1171       CURLOPT_COPYPOSTFIELDS
1172              Introduced in 7.17.1
1173
1174       CURLOPT_CRLF
1175              Introduced in 7.1
1176
1177       CURLOPT_CRLFILE
1178              Introduced in 7.19.0
1179
1180       CURLOPT_CURLU
1181              Introduced in 7.63.0
1182
1183       CURLOPT_CUSTOMREQUEST
1184              Introduced in 7.1
1185
1186       CURLOPT_DEBUGDATA
1187              Introduced in 7.9.6
1188
1189       CURLOPT_DEBUGFUNCTION
1190              Introduced in 7.9.6
1191
1192       CURLOPT_DEFAULT_PROTOCOL
1193              Introduced in 7.45.0
1194
1195       CURLOPT_DIRLISTONLY
1196              Introduced in 7.17.0
1197
1198       CURLOPT_DISALLOW_USERNAME_IN_URL
1199              Introduced in 7.61.0
1200
1201       CURLOPT_DNS_CACHE_TIMEOUT
1202              Introduced in 7.9.3
1203
1204       CURLOPT_DNS_INTERFACE
1205              Introduced in 7.33.0
1206
1207       CURLOPT_DNS_LOCAL_IP4
1208              Introduced in 7.33.0
1209
1210       CURLOPT_DNS_LOCAL_IP6
1211              Introduced in 7.33.0
1212
1213       CURLOPT_DNS_SERVERS
1214              Introduced in 7.24.0
1215
1216       CURLOPT_DNS_SHUFFLE_ADDRESSES
1217              Introduced in 7.60.0
1218
1219       CURLOPT_DNS_USE_GLOBAL_CACHE
1220              Introduced in 7.9.3 Deprecated since 7.11.1
1221
1222       CURLOPT_DOH_SSL_VERIFYHOST
1223              Introduced in 7.76.0
1224
1225       CURLOPT_DOH_SSL_VERIFYPEER
1226              Introduced in 7.76.0
1227
1228       CURLOPT_DOH_SSL_VERIFYSTATUS
1229              Introduced in 7.76.0
1230
1231       CURLOPT_DOH_URL
1232              Introduced in 7.62.0
1233
1234       CURLOPT_EGDSOCKET
1235              Introduced in 7.7
1236
1237       CURLOPT_ENCODING
1238              Introduced in 7.10
1239
1240       CURLOPT_ERRORBUFFER
1241              Introduced in 7.1
1242
1243       CURLOPT_EXPECT_100_TIMEOUT_MS
1244              Introduced in 7.36.0
1245
1246       CURLOPT_FAILONERROR
1247              Introduced in 7.1
1248
1249       CURLOPT_FILE
1250              Introduced in 7.1 Deprecated since 7.9.7
1251
1252       CURLOPT_FILETIME
1253              Introduced in 7.5
1254
1255       CURLOPT_FNMATCH_DATA
1256              Introduced in 7.21.0
1257
1258       CURLOPT_FNMATCH_FUNCTION
1259              Introduced in 7.21.0
1260
1261       CURLOPT_FOLLOWLOCATION
1262              Introduced in 7.1
1263
1264       CURLOPT_FORBID_REUSE
1265              Introduced in 7.7
1266
1267       CURLOPT_FRESH_CONNECT
1268              Introduced in 7.7
1269
1270       CURLOPT_FTPAPPEND
1271              Introduced in 7.1 Deprecated since 7.16.4
1272
1273       CURLOPT_FTPASCII
1274              Introduced in 7.1 Deprecated since 7.11.1 Last used in 7.11.1
1275
1276       CURLOPT_FTPLISTONLY
1277              Introduced in 7.1 Deprecated since 7.16.4
1278
1279       CURLOPT_FTPPORT
1280              Introduced in 7.1
1281
1282       CURLOPT_FTPSSLAUTH
1283              Introduced in 7.12.2
1284
1285       CURLOPT_FTP_ACCOUNT
1286              Introduced in 7.13.0
1287
1288       CURLOPT_FTP_ALTERNATIVE_TO_USER
1289              Introduced in 7.15.5
1290
1291       CURLOPT_FTP_CREATE_MISSING_DIRS
1292              Introduced in 7.10.7
1293
1294       CURLOPT_FTP_FILEMETHOD
1295              Introduced in 7.15.1
1296
1297       CURLOPT_FTP_RESPONSE_TIMEOUT
1298              Introduced in 7.10.8
1299
1300       CURLOPT_FTP_SKIP_PASV_IP
1301              Introduced in 7.15.0
1302
1303       CURLOPT_FTP_SSL
1304              Introduced in 7.11.0 Deprecated since 7.16.4
1305
1306       CURLOPT_FTP_SSL_CCC
1307              Introduced in 7.16.1
1308
1309       CURLOPT_FTP_USE_EPRT
1310              Introduced in 7.10.5
1311
1312       CURLOPT_FTP_USE_EPSV
1313              Introduced in 7.9.2
1314
1315       CURLOPT_FTP_USE_PRET
1316              Introduced in 7.20.0
1317
1318       CURLOPT_GSSAPI_DELEGATION
1319              Introduced in 7.22.0
1320
1321       CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS
1322              Introduced in 7.59.0
1323
1324       CURLOPT_HAPROXYPROTOCOL
1325              Introduced in 7.60.0
1326
1327       CURLOPT_HEADER
1328              Introduced in 7.1
1329
1330       CURLOPT_HEADERDATA
1331              Introduced in 7.10
1332
1333       CURLOPT_HEADERFUNCTION
1334              Introduced in 7.7.2
1335
1336       CURLOPT_HEADEROPT
1337              Introduced in 7.37.0
1338
1339       CURLOPT_HSTS
1340              Introduced in 7.74.0
1341
1342       CURLOPT_HSTS_CTRL
1343              Introduced in 7.74.0
1344
1345       CURLOPT_HSTSREADDATA
1346              Introduced in 7.74.0
1347
1348       CURLOPT_HSTSREADFUNCTION
1349              Introduced in 7.74.0
1350
1351       CURLOPT_HSTSWRITEDATA
1352              Introduced in 7.74.0
1353
1354       CURLOPT_HSTSWRITEFUNCTION
1355              Introduced in 7.74.0
1356
1357       CURLOPT_HTTP09_ALLOWED
1358              Introduced in 7.64.0
1359
1360       CURLOPT_HTTP200ALIASES
1361              Introduced in 7.10.3
1362
1363       CURLOPT_HTTPAUTH
1364              Introduced in 7.10.6
1365
1366       CURLOPT_HTTPGET
1367              Introduced in 7.8.1
1368
1369       CURLOPT_HTTPHEADER
1370              Introduced in 7.1
1371
1372       CURLOPT_HTTPPOST
1373              Introduced in 7.1 Deprecated since 7.56.0
1374
1375       CURLOPT_HTTPPROXYTUNNEL
1376              Introduced in 7.3
1377
1378       CURLOPT_HTTPREQUEST
1379              Introduced in 7.1
1380
1381       CURLOPT_HTTP_CONTENT_DECODING
1382              Introduced in 7.16.2
1383
1384       CURLOPT_HTTP_TRANSFER_DECODING
1385              Introduced in 7.16.2
1386
1387       CURLOPT_HTTP_VERSION
1388              Introduced in 7.9.1
1389
1390       CURLOPT_IGNORE_CONTENT_LENGTH
1391              Introduced in 7.14.1
1392
1393       CURLOPT_INFILE
1394              Introduced in 7.1 Deprecated since 7.9.7
1395
1396       CURLOPT_INFILESIZE
1397              Introduced in 7.1
1398
1399       CURLOPT_INFILESIZE_LARGE
1400              Introduced in 7.11.0
1401
1402       CURLOPT_INTERFACE
1403              Introduced in 7.3
1404
1405       CURLOPT_INTERLEAVEDATA
1406              Introduced in 7.20.0
1407
1408       CURLOPT_INTERLEAVEFUNCTION
1409              Introduced in 7.20.0
1410
1411       CURLOPT_IOCTLDATA
1412              Introduced in 7.12.3
1413
1414       CURLOPT_IOCTLFUNCTION
1415              Introduced in 7.12.3
1416
1417       CURLOPT_IPRESOLVE
1418              Introduced in 7.10.8
1419
1420       CURLOPT_ISSUERCERT
1421              Introduced in 7.19.0
1422
1423       CURLOPT_ISSUERCERT_BLOB
1424              Introduced in 7.71.0
1425
1426       CURLOPT_KEEP_SENDING_ON_ERROR
1427              Introduced in 7.51.0
1428
1429       CURLOPT_KEYPASSWD
1430              Introduced in 7.17.0
1431
1432       CURLOPT_KRB4LEVEL
1433              Introduced in 7.3 Deprecated since 7.17.0
1434
1435       CURLOPT_KRBLEVEL
1436              Introduced in 7.16.4
1437
1438       CURLOPT_LOCALPORT
1439              Introduced in 7.15.2
1440
1441       CURLOPT_LOCALPORTRANGE
1442              Introduced in 7.15.2
1443
1444       CURLOPT_LOGIN_OPTIONS
1445              Introduced in 7.34.0
1446
1447       CURLOPT_LOW_SPEED_LIMIT
1448              Introduced in 7.1
1449
1450       CURLOPT_LOW_SPEED_TIME
1451              Introduced in 7.1
1452
1453       CURLOPT_MAIL_AUTH
1454              Introduced in 7.25.0
1455
1456       CURLOPT_MAIL_FROM
1457              Introduced in 7.20.0
1458
1459       CURLOPT_MAIL_RCPT
1460              Introduced in 7.20.0
1461
1462       CURLOPT_MAIL_RCPT_ALLLOWFAILS
1463              Introduced in 7.69.0
1464
1465       CURLOPT_MAXAGE_CONN
1466              Introduced in 7.65.0
1467
1468       CURLOPT_MAXCONNECTS
1469              Introduced in 7.7
1470
1471       CURLOPT_MAXFILESIZE
1472              Introduced in 7.10.8
1473
1474       CURLOPT_MAXFILESIZE_LARGE
1475              Introduced in 7.11.0
1476
1477       CURLOPT_MAXREDIRS
1478              Introduced in 7.5
1479
1480       CURLOPT_MAX_RECV_SPEED_LARGE
1481              Introduced in 7.15.5
1482
1483       CURLOPT_MAX_SEND_SPEED_LARGE
1484              Introduced in 7.15.5
1485
1486       CURLOPT_MIMEPOST
1487              Introduced in 7.56.0
1488
1489       CURLOPT_MUTE
1490              Introduced in 7.1 Deprecated since 7.8 Last used in 7.8
1491
1492       CURLOPT_NETRC
1493              Introduced in 7.1
1494
1495       CURLOPT_NETRC_FILE
1496              Introduced in 7.11.0
1497
1498       CURLOPT_NEW_DIRECTORY_PERMS
1499              Introduced in 7.16.4
1500
1501       CURLOPT_NEW_FILE_PERMS
1502              Introduced in 7.16.4
1503
1504       CURLOPT_NOBODY
1505              Introduced in 7.1
1506
1507       CURLOPT_NOPROGRESS
1508              Introduced in 7.1
1509
1510       CURLOPT_NOPROXY
1511              Introduced in 7.19.4
1512
1513       CURLOPT_NOSIGNAL
1514              Introduced in 7.10
1515
1516       CURLOPT_NOTHING
1517              Introduced in 7.1.1 Deprecated since 7.11.1 Last used in 7.11.1
1518
1519       CURLOPT_OPENSOCKETDATA
1520              Introduced in 7.17.1
1521
1522       CURLOPT_OPENSOCKETFUNCTION
1523              Introduced in 7.17.1
1524
1525       CURLOPT_PASSWDDATA
1526              Introduced in 7.4.2 Deprecated since 7.11.1 Last used in 7.11.1
1527
1528       CURLOPT_PASSWDFUNCTION
1529              Introduced in 7.4.2 Deprecated since 7.11.1 Last used in 7.11.1
1530
1531       CURLOPT_PASSWORD
1532              Introduced in 7.19.1
1533
1534       CURLOPT_PASV_HOST
1535              Introduced in 7.12.1 Deprecated since 7.16.0 Last used in 7.16.0
1536
1537       CURLOPT_PATH_AS_IS
1538              Introduced in 7.42.0
1539
1540       CURLOPT_PINNEDPUBLICKEY
1541              Introduced in 7.39.0
1542
1543       CURLOPT_PIPEWAIT
1544              Introduced in 7.43.0
1545
1546       CURLOPT_PORT
1547              Introduced in 7.1
1548
1549       CURLOPT_POST
1550              Introduced in 7.1
1551
1552       CURLOPT_POST301
1553              Introduced in 7.17.1 Deprecated since 7.19.1
1554
1555       CURLOPT_POSTFIELDS
1556              Introduced in 7.1
1557
1558       CURLOPT_POSTFIELDSIZE
1559              Introduced in 7.2
1560
1561       CURLOPT_POSTFIELDSIZE_LARGE
1562              Introduced in 7.11.1
1563
1564       CURLOPT_POSTQUOTE
1565              Introduced in 7.1
1566
1567       CURLOPT_POSTREDIR
1568              Introduced in 7.19.1
1569
1570       CURLOPT_PREQUOTE
1571              Introduced in 7.9.5
1572
1573       CURLOPT_PRE_PROXY
1574              Introduced in 7.52.0
1575
1576       CURLOPT_PRIVATE
1577              Introduced in 7.10.3
1578
1579       CURLOPT_PROGRESSDATA
1580              Introduced in 7.1
1581
1582       CURLOPT_PROGRESSFUNCTION
1583              Introduced in 7.1 Deprecated since 7.32.0
1584
1585       CURLOPT_PROTOCOLS
1586              Introduced in 7.19.4
1587
1588       CURLOPT_PROXY
1589              Introduced in 7.1
1590
1591       CURLOPT_PROXYAUTH
1592              Introduced in 7.10.7
1593
1594       CURLOPT_PROXYHEADER
1595              Introduced in 7.37.0
1596
1597       CURLOPT_PROXYPASSWORD
1598              Introduced in 7.19.1
1599
1600       CURLOPT_PROXYPORT
1601              Introduced in 7.1
1602
1603       CURLOPT_PROXYTYPE
1604              Introduced in 7.10
1605
1606       CURLOPT_PROXYUSERNAME
1607              Introduced in 7.19.1
1608
1609       CURLOPT_PROXYUSERPWD
1610              Introduced in 7.1
1611
1612       CURLOPT_PROXY_CAINFO
1613              Introduced in 7.52.0
1614
1615       CURLOPT_PROXY_CAPATH
1616              Introduced in 7.52.0
1617
1618       CURLOPT_PROXY_CRLFILE
1619              Introduced in 7.52.0
1620
1621       CURLOPT_PROXY_ISSUERCERT
1622              Introduced in 7.71.0
1623
1624       CURLOPT_PROXY_ISSUERCERT_BLOB
1625              Introduced in 7.71.0
1626
1627       CURLOPT_PROXY_KEYPASSWD
1628              Introduced in 7.52.0
1629
1630       CURLOPT_PROXY_PINNEDPUBLICKEY
1631              Introduced in 7.52.0
1632
1633       CURLOPT_PROXY_SERVICE_NAME
1634              Introduced in 7.43.0
1635
1636       CURLOPT_PROXY_SSLCERT
1637              Introduced in 7.52.0
1638
1639       CURLOPT_PROXY_SSLCERTTYPE
1640              Introduced in 7.52.0
1641
1642       CURLOPT_PROXY_SSLCERT_BLOB
1643              Introduced in 7.71.0
1644
1645       CURLOPT_PROXY_SSLKEY
1646              Introduced in 7.52.0
1647
1648       CURLOPT_PROXY_SSLKEYTYPE
1649              Introduced in 7.52.0
1650
1651       CURLOPT_PROXY_SSLKEY_BLOB
1652              Introduced in 7.71.0
1653
1654       CURLOPT_PROXY_SSLVERSION
1655              Introduced in 7.52.0
1656
1657       CURLOPT_PROXY_SSL_CIPHER_LIST
1658              Introduced in 7.52.0
1659
1660       CURLOPT_PROXY_SSL_OPTIONS
1661              Introduced in 7.52.0
1662
1663       CURLOPT_PROXY_SSL_VERIFYHOST
1664              Introduced in 7.52.0
1665
1666       CURLOPT_PROXY_SSL_VERIFYPEER
1667              Introduced in 7.52.0
1668
1669       CURLOPT_PROXY_TLS13_CIPHERS
1670              Introduced in 7.61.0
1671
1672       CURLOPT_PROXY_TLSAUTH_PASSWORD
1673              Introduced in 7.52.0
1674
1675       CURLOPT_PROXY_TLSAUTH_TYPE
1676              Introduced in 7.52.0
1677
1678       CURLOPT_PROXY_TLSAUTH_USERNAME
1679              Introduced in 7.52.0
1680
1681       CURLOPT_PROXY_TRANSFER_MODE
1682              Introduced in 7.18.0
1683
1684       CURLOPT_PUT
1685              Introduced in 7.1
1686
1687       CURLOPT_QUOTE
1688              Introduced in 7.1
1689
1690       CURLOPT_RANDOM_FILE
1691              Introduced in 7.7
1692
1693       CURLOPT_RANGE
1694              Introduced in 7.1
1695
1696       CURLOPT_READDATA
1697              Introduced in 7.9.7
1698
1699       CURLOPT_READFUNCTION
1700              Introduced in 7.1
1701
1702       CURLOPT_REDIR_PROTOCOLS
1703              Introduced in 7.19.4
1704
1705       CURLOPT_REFERER
1706              Introduced in 7.1
1707
1708       CURLOPT_REQUEST_TARGET
1709              Introduced in 7.55.0
1710
1711       CURLOPT_RESOLVE
1712              Introduced in 7.21.3
1713
1714       CURLOPT_RESOLVER_START_DATA
1715              Introduced in 7.59.0
1716
1717       CURLOPT_RESOLVER_START_FUNCTION
1718              Introduced in 7.59.0
1719
1720       CURLOPT_RESUME_FROM
1721              Introduced in 7.1
1722
1723       CURLOPT_RESUME_FROM_LARGE
1724              Introduced in 7.11.0
1725
1726       CURLOPT_RTSPHEADER
1727              Introduced in 7.20.0
1728
1729       CURLOPT_RTSP_CLIENT_CSEQ
1730              Introduced in 7.20.0
1731
1732       CURLOPT_RTSP_REQUEST
1733              Introduced in 7.20.0
1734
1735       CURLOPT_RTSP_SERVER_CSEQ
1736              Introduced in 7.20.0
1737
1738       CURLOPT_RTSP_SESSION_ID
1739              Introduced in 7.20.0
1740
1741       CURLOPT_RTSP_STREAM_URI
1742              Introduced in 7.20.0
1743
1744       CURLOPT_RTSP_TRANSPORT
1745              Introduced in 7.20.0
1746
1747       CURLOPT_SASL_AUTHZID
1748              Introduced in 7.66.0
1749
1750       CURLOPT_SASL_IR
1751              Introduced in 7.31.0
1752
1753       CURLOPT_SEEKDATA
1754              Introduced in 7.18.0
1755
1756       CURLOPT_SEEKFUNCTION
1757              Introduced in 7.18.0
1758
1759       CURLOPT_SERVER_RESPONSE_TIMEOUT
1760              Introduced in 7.20.0
1761
1762       CURLOPT_SERVICE_NAME
1763              Introduced in 7.43.0
1764
1765       CURLOPT_SHARE
1766              Introduced in 7.10
1767
1768       CURLOPT_SOCKOPTDATA
1769              Introduced in 7.16.0
1770
1771       CURLOPT_SOCKOPTFUNCTION
1772              Introduced in 7.16.0
1773
1774       CURLOPT_SOCKS5_AUTH
1775              Introduced in 7.55.0
1776
1777       CURLOPT_SOCKS5_GSSAPI_NEC
1778              Introduced in 7.19.4
1779
1780       CURLOPT_SOCKS5_GSSAPI_SERVICE
1781              Introduced in 7.19.4 Deprecated since 7.49.0
1782
1783       CURLOPT_SOURCE_HOST
1784              Introduced in 7.12.1
1785
1786       CURLOPT_SOURCE_PATH
1787              Introduced in 7.12.1
1788
1789       CURLOPT_SOURCE_PORT
1790              Introduced in 7.12.1
1791
1792       CURLOPT_SOURCE_POSTQUOTE
1793              Introduced in 7.12.1
1794
1795       CURLOPT_SOURCE_PREQUOTE
1796              Introduced in 7.12.1
1797
1798       CURLOPT_SOURCE_QUOTE
1799              Introduced in 7.13.0
1800
1801       CURLOPT_SOURCE_URL
1802              Introduced in 7.13.0
1803
1804       CURLOPT_SOURCE_USERPWD
1805              Introduced in 7.12.1
1806
1807       CURLOPT_SSH_AUTH_TYPES
1808              Introduced in 7.16.1
1809
1810       CURLOPT_SSH_COMPRESSION
1811              Introduced in 7.56.0
1812
1813       CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
1814              Introduced in 7.17.1
1815
1816       CURLOPT_SSH_KEYDATA
1817              Introduced in 7.19.6
1818
1819       CURLOPT_SSH_KEYFUNCTION
1820              Introduced in 7.19.6
1821
1822       CURLOPT_SSH_KNOWNHOSTS
1823              Introduced in 7.19.6
1824
1825       CURLOPT_SSH_PRIVATE_KEYFILE
1826              Introduced in 7.16.1
1827
1828       CURLOPT_SSH_PUBLIC_KEYFILE
1829              Introduced in 7.16.1
1830
1831       CURLOPT_SSLCERT
1832              Introduced in 7.1
1833
1834       CURLOPT_SSLCERTPASSWD
1835              Introduced in 7.1.1 Deprecated since 7.17.0
1836
1837       CURLOPT_SSLCERTTYPE
1838              Introduced in 7.9.3
1839
1840       CURLOPT_SSLCERT_BLOB
1841              Introduced in 7.71.0
1842
1843       CURLOPT_SSLENGINE
1844              Introduced in 7.9.3
1845
1846       CURLOPT_SSLENGINE_DEFAULT
1847              Introduced in 7.9.3
1848
1849       CURLOPT_SSLKEY
1850              Introduced in 7.9.3
1851
1852       CURLOPT_SSLKEYPASSWD
1853              Introduced in 7.9.3 Deprecated since 7.17.0
1854
1855       CURLOPT_SSLKEYTYPE
1856              Introduced in 7.9.3
1857
1858       CURLOPT_SSLKEY_BLOB
1859              Introduced in 7.71.0
1860
1861       CURLOPT_SSLVERSION
1862              Introduced in 7.1
1863
1864       CURLOPT_SSL_CIPHER_LIST
1865              Introduced in 7.9
1866
1867       CURLOPT_SSL_CTX_DATA
1868              Introduced in 7.10.6
1869
1870       CURLOPT_SSL_CTX_FUNCTION
1871              Introduced in 7.10.6
1872
1873       CURLOPT_SSL_EC_CURVES
1874              Introduced in 7.73.0
1875
1876       CURLOPT_SSL_ENABLE_ALPN
1877              Introduced in 7.36.0
1878
1879       CURLOPT_SSL_ENABLE_NPN
1880              Introduced in 7.36.0
1881
1882       CURLOPT_SSL_FALSESTART
1883              Introduced in 7.42.0
1884
1885       CURLOPT_SSL_OPTIONS
1886              Introduced in 7.25.0
1887
1888       CURLOPT_SSL_SESSIONID_CACHE
1889              Introduced in 7.16.0
1890
1891       CURLOPT_SSL_VERIFYHOST
1892              Introduced in 7.8.1
1893
1894       CURLOPT_SSL_VERIFYPEER
1895              Introduced in 7.4.2
1896
1897       CURLOPT_SSL_VERIFYSTATUS
1898              Introduced in 7.41.0
1899
1900       CURLOPT_STDERR
1901              Introduced in 7.1
1902
1903       CURLOPT_STREAM_DEPENDS
1904              Introduced in 7.46.0
1905
1906       CURLOPT_STREAM_DEPENDS_E
1907              Introduced in 7.46.0
1908
1909       CURLOPT_STREAM_WEIGHT
1910              Introduced in 7.46.0
1911
1912       CURLOPT_SUPPRESS_CONNECT_HEADERS
1913              Introduced in 7.54.0
1914
1915       CURLOPT_TCP_FASTOPEN
1916              Introduced in 7.49.0
1917
1918       CURLOPT_TCP_KEEPALIVE
1919              Introduced in 7.25.0
1920
1921       CURLOPT_TCP_KEEPIDLE
1922              Introduced in 7.25.0
1923
1924       CURLOPT_TCP_KEEPINTVL
1925              Introduced in 7.25.0
1926
1927       CURLOPT_TCP_NODELAY
1928              Introduced in 7.11.2
1929
1930       CURLOPT_TELNETOPTIONS
1931              Introduced in 7.7
1932
1933       CURLOPT_TFTP_BLKSIZE
1934              Introduced in 7.19.4
1935
1936       CURLOPT_TFTP_NO_OPTIONS
1937              Introduced in 7.48.0
1938
1939       CURLOPT_TIMECONDITION
1940              Introduced in 7.1
1941
1942       CURLOPT_TIMEOUT
1943              Introduced in 7.1
1944
1945       CURLOPT_TIMEOUT_MS
1946              Introduced in 7.16.2
1947
1948       CURLOPT_TIMEVALUE
1949              Introduced in 7.1
1950
1951       CURLOPT_TIMEVALUE_LARGE
1952              Introduced in 7.59.0
1953
1954       CURLOPT_TLS13_CIPHERS
1955              Introduced in 7.61.0
1956
1957       CURLOPT_TLSAUTH_PASSWORD
1958              Introduced in 7.21.4
1959
1960       CURLOPT_TLSAUTH_TYPE
1961              Introduced in 7.21.4
1962
1963       CURLOPT_TLSAUTH_USERNAME
1964              Introduced in 7.21.4
1965
1966       CURLOPT_TRAILERDATA
1967              Introduced in 7.64.0
1968
1969       CURLOPT_TRAILERFUNCTION
1970              Introduced in 7.64.0
1971
1972       CURLOPT_TRANSFERTEXT
1973              Introduced in 7.1.1
1974
1975       CURLOPT_TRANSFER_ENCODING
1976              Introduced in 7.21.6
1977
1978       CURLOPT_UNIX_SOCKET_PATH
1979              Introduced in 7.40.0
1980
1981       CURLOPT_UNRESTRICTED_AUTH
1982              Introduced in 7.10.4
1983
1984       CURLOPT_UPKEEP_INTERVAL_MS
1985              Introduced in 7.62.0
1986
1987       CURLOPT_UPLOAD
1988              Introduced in 7.1
1989
1990       CURLOPT_UPLOAD_BUFFERSIZE
1991              Introduced in 7.62.0
1992
1993       CURLOPT_URL
1994              Introduced in 7.1
1995
1996       CURLOPT_USERAGENT
1997              Introduced in 7.1
1998
1999       CURLOPT_USERNAME
2000              Introduced in 7.19.1
2001
2002       CURLOPT_USERPWD
2003              Introduced in 7.1
2004
2005       CURLOPT_USE_SSL
2006              Introduced in 7.17.0
2007
2008       CURLOPT_AWS_SIGV4
2009              Introduced in 7.75.0
2010
2011       CURLOPT_VERBOSE
2012              Introduced in 7.1
2013
2014       CURLOPT_WILDCARDMATCH
2015              Introduced in 7.21.0
2016
2017       CURLOPT_WRITEDATA
2018              Introduced in 7.9.7
2019
2020       CURLOPT_WRITEFUNCTION
2021              Introduced in 7.1
2022
2023       CURLOPT_WRITEHEADER
2024              Introduced in 7.1
2025
2026       CURLOPT_WRITEINFO
2027              Introduced in 7.1
2028
2029       CURLOPT_XFERINFODATA
2030              Introduced in 7.32.0
2031
2032       CURLOPT_XFERINFOFUNCTION
2033              Introduced in 7.32.0
2034
2035       CURLOPT_XOAUTH2_BEARER
2036              Introduced in 7.33.0
2037
2038       CURLOT_BLOB
2039              Introduced in 7.73.0
2040
2041       CURLOT_CBPTR
2042              Introduced in 7.73.0
2043
2044       CURLOT_FUNCTION
2045              Introduced in 7.73.0
2046
2047       CURLOT_LONG
2048              Introduced in 7.73.0
2049
2050       CURLOT_OBJECT
2051              Introduced in 7.73.0
2052
2053       CURLOT_OFF_T
2054              Introduced in 7.73.0
2055
2056       CURLOT_SLIST
2057              Introduced in 7.73.0
2058
2059       CURLOT_STRING
2060              Introduced in 7.73.0
2061
2062       CURLOT_VALUES
2063              Introduced in 7.73.0
2064
2065       CURLPAUSE_ALL
2066              Introduced in 7.18.0
2067
2068       CURLPAUSE_CONT
2069              Introduced in 7.18.0
2070
2071       CURLPAUSE_RECV
2072              Introduced in 7.18.0
2073
2074       CURLPAUSE_RECV_CONT
2075              Introduced in 7.18.0
2076
2077       CURLPAUSE_SEND
2078              Introduced in 7.18.0
2079
2080       CURLPAUSE_SEND_CONT
2081              Introduced in 7.18.0
2082
2083       CURLPIPE_HTTP1
2084              Introduced in 7.43.0
2085
2086       CURLPIPE_MULTIPLEX
2087              Introduced in 7.43.0
2088
2089       CURLPIPE_NOTHING
2090              Introduced in 7.43.0
2091
2092       CURLPROTO_ALL
2093              Introduced in 7.19.4
2094
2095       CURLPROTO_DICT
2096              Introduced in 7.19.4
2097
2098       CURLPROTO_FILE
2099              Introduced in 7.19.4
2100
2101       CURLPROTO_FTP
2102              Introduced in 7.19.4
2103
2104       CURLPROTO_FTPS
2105              Introduced in 7.19.4
2106
2107       CURLPROTO_GOPHER
2108              Introduced in 7.21.2
2109
2110       CURLPROTO_GOPHERS
2111              Introduced in 7.75.0
2112
2113       CURLPROTO_HTTP
2114              Introduced in 7.19.4
2115
2116       CURLPROTO_HTTPS
2117              Introduced in 7.19.4
2118
2119       CURLPROTO_IMAP
2120              Introduced in 7.20.0
2121
2122       CURLPROTO_IMAPS
2123              Introduced in 7.20.0
2124
2125       CURLPROTO_LDAP
2126              Introduced in 7.19.4
2127
2128       CURLPROTO_LDAPS
2129              Introduced in 7.19.4
2130
2131       CURLPROTO_MQTT
2132              Introduced in 7.71.0
2133
2134       CURLPROTO_POP3
2135              Introduced in 7.20.0
2136
2137       CURLPROTO_POP3S
2138              Introduced in 7.20.0
2139
2140       CURLPROTO_RTMP
2141              Introduced in 7.21.0
2142
2143       CURLPROTO_RTMPE
2144              Introduced in 7.21.0
2145
2146       CURLPROTO_RTMPS
2147              Introduced in 7.21.0
2148
2149       CURLPROTO_RTMPT
2150              Introduced in 7.21.0
2151
2152       CURLPROTO_RTMPTE
2153              Introduced in 7.21.0
2154
2155       CURLPROTO_RTMPTS
2156              Introduced in 7.21.0
2157
2158       CURLPROTO_RTSP
2159              Introduced in 7.20.0
2160
2161       CURLPROTO_SCP
2162              Introduced in 7.19.4
2163
2164       CURLPROTO_SFTP
2165              Introduced in 7.19.4
2166
2167       CURLPROTO_SMB
2168              Introduced in 7.40.0
2169
2170       CURLPROTO_SMBS
2171              Introduced in 7.40.0
2172
2173       CURLPROTO_SMTP
2174              Introduced in 7.20.0
2175
2176       CURLPROTO_SMTPS
2177              Introduced in 7.20.0
2178
2179       CURLPROTO_TELNET
2180              Introduced in 7.19.4
2181
2182       CURLPROTO_TFTP
2183              Introduced in 7.19.4
2184
2185       CURLPROXY_HTTP
2186              Introduced in 7.10
2187
2188       CURLPROXY_HTTPS
2189              Introduced in 7.52.0
2190
2191       CURLPROXY_HTTP_1_0
2192              Introduced in 7.19.4
2193
2194       CURLPROXY_SOCKS4
2195              Introduced in 7.10
2196
2197       CURLPROXY_SOCKS4A
2198              Introduced in 7.18.0
2199
2200       CURLPROXY_SOCKS5
2201              Introduced in 7.10
2202
2203       CURLPROXY_SOCKS5_HOSTNAME
2204              Introduced in 7.18.0
2205
2206       CURLPX_BAD_ADDRESS_TYPE
2207              Introduced in 7.73.0
2208
2209       CURLPX_BAD_VERSION
2210              Introduced in 7.73.0
2211
2212       CURLPX_CLOSED
2213              Introduced in 7.73.0
2214
2215       CURLPX_GSSAPI
2216              Introduced in 7.73.0
2217
2218       CURLPX_GSSAPI_PERMSG
2219              Introduced in 7.73.0
2220
2221       CURLPX_GSSAPI_PROTECTION
2222              Introduced in 7.73.0
2223
2224       CURLPX_IDENTD
2225              Introduced in 7.73.0
2226
2227       CURLPX_IDENTD_DIFFER
2228              Introduced in 7.73.0
2229
2230       CURLPX_LONG_HOSTNAME
2231              Introduced in 7.73.0
2232
2233       CURLPX_LONG_PASSWD
2234              Introduced in 7.73.0
2235
2236       CURLPX_LONG_USER
2237              Introduced in 7.73.0
2238
2239       CURLPX_NO_AUTH
2240              Introduced in 7.73.0
2241
2242       CURLPX_OK
2243              Introduced in 7.73.0
2244
2245       CURLPX_RECV_ADDRESS
2246              Introduced in 7.73.0
2247
2248       CURLPX_RECV_AUTH
2249              Introduced in 7.73.0
2250
2251       CURLPX_RECV_CONNECT
2252              Introduced in 7.73.0
2253
2254       CURLPX_RECV_REQACK
2255              Introduced in 7.73.0
2256
2257       CURLPX_REPLY_ADDRESS_TYPE_NOT_SUPPORTED
2258              Introduced in 7.73.0
2259
2260       CURLPX_REPLY_COMMAND_NOT_SUPPORTED
2261              Introduced in 7.73.0
2262
2263       CURLPX_REPLY_CONNECTION_REFUSED
2264              Introduced in 7.73.0
2265
2266       CURLPX_REPLY_GENERAL_SERVER_FAILURE
2267              Introduced in 7.73.0
2268
2269       CURLPX_REPLY_HOST_UNREACHABLE
2270              Introduced in 7.73.0
2271
2272       CURLPX_REPLY_NETWORK_UNREACHABLE
2273              Introduced in 7.73.0
2274
2275       CURLPX_REPLY_NOT_ALLOWED
2276              Introduced in 7.73.0
2277
2278       CURLPX_REPLY_TTL_EXPIRED
2279              Introduced in 7.73.0
2280
2281       CURLPX_REPLY_UNASSIGNED
2282              Introduced in 7.73.0
2283
2284       CURLPX_REQUEST_FAILED
2285              Introduced in 7.73.0
2286
2287       CURLPX_RESOLVE_HOST
2288              Introduced in 7.73.0
2289
2290       CURLPX_SEND_AUTH
2291              Introduced in 7.73.0
2292
2293       CURLPX_SEND_CONNECT
2294              Introduced in 7.73.0
2295
2296       CURLPX_SEND_REQUEST
2297              Introduced in 7.73.0
2298
2299       CURLPX_UNKNOWN_FAIL
2300              Introduced in 7.73.0
2301
2302       CURLPX_UNKNOWN_MODE
2303              Introduced in 7.73.0
2304
2305       CURLPX_USER_REJECTED
2306              Introduced in 7.73.0
2307
2308       CURLSHE_BAD_OPTION
2309              Introduced in 7.10.3
2310
2311       CURLSHE_INVALID
2312              Introduced in 7.10.3
2313
2314       CURLSHE_IN_USE
2315              Introduced in 7.10.3
2316
2317       CURLSHE_NOMEM
2318              Introduced in 7.12.0
2319
2320       CURLSHE_NOT_BUILT_IN
2321              Introduced in 7.23.0
2322
2323       CURLSHE_OK
2324              Introduced in 7.10.3
2325
2326       CURLSHOPT_LOCKFUNC
2327              Introduced in 7.10.3
2328
2329       CURLSHOPT_NONE
2330              Introduced in 7.10.3
2331
2332       CURLSHOPT_SHARE
2333              Introduced in 7.10.3
2334
2335       CURLSHOPT_UNLOCKFUNC
2336              Introduced in 7.10.3
2337
2338       CURLSHOPT_UNSHARE
2339              Introduced in 7.10.3
2340
2341       CURLSHOPT_USERDATA
2342              Introduced in 7.10.3
2343
2344       CURLSOCKTYPE_ACCEPT
2345              Introduced in 7.28.0
2346
2347       CURLSOCKTYPE_IPCXN
2348              Introduced in 7.16.0
2349
2350       CURLSSH_AUTH_AGENT
2351              Introduced in 7.28.0
2352
2353       CURLSSH_AUTH_ANY
2354              Introduced in 7.16.1
2355
2356       CURLSSH_AUTH_DEFAULT
2357              Introduced in 7.16.1
2358
2359       CURLSSH_AUTH_GSSAPI
2360              Introduced in 7.58.0
2361
2362       CURLSSH_AUTH_HOST
2363              Introduced in 7.16.1
2364
2365       CURLSSH_AUTH_KEYBOARD
2366              Introduced in 7.16.1
2367
2368       CURLSSH_AUTH_NONE
2369              Introduced in 7.16.1
2370
2371       CURLSSH_AUTH_PASSWORD
2372              Introduced in 7.16.1
2373
2374       CURLSSH_AUTH_PUBLICKEY
2375              Introduced in 7.16.1
2376
2377       CURLSSLBACKEND_AXTLS
2378              Introduced in 7.38.0 Deprecated since 7.61.0
2379
2380       CURLSSLBACKEND_BEARSSL
2381              Introduced in 7.68.0
2382
2383       CURLSSLBACKEND_BORINGSSL
2384              Introduced in 7.49.0
2385
2386       CURLSSLBACKEND_CYASSL
2387              Introduced in 7.34.0
2388
2389       CURLSSLBACKEND_DARWINSSL
2390              Introduced in 7.34.0 Deprecated since 7.64.1
2391
2392       CURLSSLBACKEND_GNUTLS
2393              Introduced in 7.34.0
2394
2395       CURLSSLBACKEND_GSKIT
2396              Introduced in 7.34.0
2397
2398       CURLSSLBACKEND_LIBRESSL
2399              Introduced in 7.49.0
2400
2401       CURLSSLBACKEND_MBEDTLS
2402              Introduced in 7.46.0
2403
2404       CURLSSLBACKEND_MESALINK
2405              Introduced in 7.62.0
2406
2407       CURLSSLBACKEND_NONE
2408              Introduced in 7.34.0
2409
2410       CURLSSLBACKEND_NSS
2411              Introduced in 7.34.0
2412
2413       CURLSSLBACKEND_OPENSSL
2414              Introduced in 7.34.0
2415
2416       CURLSSLBACKEND_POLARSSL
2417              Introduced in 7.34.0 Deprecated since 7.69.0
2418
2419       CURLSSLBACKEND_RUSTLS
2420              Introduced in 7.76.0
2421
2422       CURLSSLBACKEND_QSOSSL
2423              Introduced in 7.34.0
2424
2425       CURLSSLBACKEND_SCHANNEL
2426              Introduced in 7.34.0
2427
2428       CURLSSLBACKEND_SECURETRANSPORT
2429              Introduced in 7.64.1
2430
2431       CURLSSLBACKEND_WOLFSSL
2432              Introduced in 7.49.0
2433
2434       CURLSSLOPT_ALLOW_BEAST
2435              Introduced in 7.25.0
2436
2437       CURLSSLOPT_NATIVE_CA
2438              Introduced in 7.71.0
2439
2440       CURLSSLOPT_NO_PARTIALCHAIN
2441              Introduced in 7.68.0
2442
2443       CURLSSLOPT_NO_REVOKE
2444              Introduced in 7.44.0
2445
2446       CURLSSLOPT_REVOKE_BEST_EFFORT
2447              Introduced in 7.70.0
2448
2449       CURLSSLSET_NO_BACKENDS
2450              Introduced in 7.56.0
2451
2452       CURLSSLSET_OK
2453              Introduced in 7.56.0
2454
2455       CURLSSLSET_TOO_LATE
2456              Introduced in 7.56.0
2457
2458       CURLSSLSET_UNKNOWN_BACKEND
2459              Introduced in 7.56.0
2460
2461       CURLSTS_DONE
2462              Introduced in 7.74.0
2463
2464       CURLSTS_FAIL
2465              Introduced in 7.74.0
2466
2467       CURLSTS_OK
2468              Introduced in 7.74.0
2469
2470       CURLUE_BAD_HANDLE
2471              Introduced in 7.62.0
2472
2473       CURLUE_BAD_PARTPOINTER
2474              Introduced in 7.62.0
2475
2476       CURLUE_BAD_PORT_NUMBER
2477              Introduced in 7.62.0
2478
2479       CURLUE_MALFORMED_INPUT
2480              Introduced in 7.62.0
2481
2482       CURLUE_NO_FRAGMENT
2483              Introduced in 7.62.0
2484
2485       CURLUE_NO_HOST
2486              Introduced in 7.62.0
2487
2488       CURLUE_NO_OPTIONS
2489              Introduced in 7.62.0
2490
2491       CURLUE_NO_PASSWORD
2492              Introduced in 7.62.0
2493
2494       CURLUE_NO_PORT
2495              Introduced in 7.62.0
2496
2497       CURLUE_NO_QUERY
2498              Introduced in 7.62.0
2499
2500       CURLUE_NO_SCHEME
2501              Introduced in 7.62.0
2502
2503       CURLUE_NO_USER
2504              Introduced in 7.62.0
2505
2506       CURLUE_OK
2507              Introduced in 7.62.0
2508
2509       CURLUE_OUT_OF_MEMORY
2510              Introduced in 7.62.0
2511
2512       CURLUE_UNKNOWN_PART
2513              Introduced in 7.62.0
2514
2515       CURLUE_UNSUPPORTED_SCHEME
2516              Introduced in 7.62.0
2517
2518       CURLUE_URLDECODE
2519              Introduced in 7.62.0
2520
2521       CURLUE_USER_NOT_ALLOWED
2522              Introduced in 7.62.0
2523
2524       CURLUPART_FRAGMENT
2525              Introduced in 7.62.0
2526
2527       CURLUPART_HOST
2528              Introduced in 7.62.0
2529
2530       CURLUPART_OPTIONS
2531              Introduced in 7.62.0
2532
2533       CURLUPART_PASSWORD
2534              Introduced in 7.62.0
2535
2536       CURLUPART_PATH
2537              Introduced in 7.62.0
2538
2539       CURLUPART_PORT
2540              Introduced in 7.62.0
2541
2542       CURLUPART_QUERY
2543              Introduced in 7.62.0
2544
2545       CURLUPART_SCHEME
2546              Introduced in 7.62.0
2547
2548       CURLUPART_URL
2549              Introduced in 7.62.0
2550
2551       CURLUPART_USER
2552              Introduced in 7.62.0
2553
2554       CURLUPART_ZONEID
2555              Introduced in 7.65.0
2556
2557       CURLUSESSL_ALL
2558              Introduced in 7.17.0
2559
2560       CURLUSESSL_CONTROL
2561              Introduced in 7.17.0
2562
2563       CURLUSESSL_NONE
2564              Introduced in 7.17.0
2565
2566       CURLUSESSL_TRY
2567              Introduced in 7.17.0
2568
2569       CURLU_APPENDQUERY
2570              Introduced in 7.62.0
2571
2572       CURLU_DEFAULT_PORT
2573              Introduced in 7.62.0
2574
2575       CURLU_DEFAULT_SCHEME
2576              Introduced in 7.62.0
2577
2578       CURLU_DISALLOW_USER
2579              Introduced in 7.62.0
2580
2581       CURLU_GUESS_SCHEME
2582              Introduced in 7.62.0
2583
2584       CURLU_NON_SUPPORT_SCHEME
2585              Introduced in 7.62.0
2586
2587       CURLU_NO_AUTHORITY
2588              Introduced in 7.67.0
2589
2590       CURLU_NO_DEFAULT_PORT
2591              Introduced in 7.62.0
2592
2593       CURLU_PATH_AS_IS
2594              Introduced in 7.62.0
2595
2596       CURLU_URLDECODE
2597              Introduced in 7.62.0
2598
2599       CURLU_URLENCODE
2600              Introduced in 7.62.0
2601
2602       CURLVERSION_EIGHTH
2603              Introduced in 7.72.0
2604
2605       CURLVERSION_FIFTH
2606              Introduced in 7.57.0
2607
2608       CURLVERSION_FIRST
2609              Introduced in 7.10
2610
2611       CURLVERSION_FOURTH
2612              Introduced in 7.16.1
2613
2614       CURLVERSION_NINTH
2615              Introduced in 7.75.0
2616
2617       CURLVERSION_NOW
2618              Introduced in 7.10
2619
2620       CURLVERSION_SECOND
2621              Introduced in 7.11.1
2622
2623       CURLVERSION_SEVENTH
2624              Introduced in 7.70.0
2625
2626       CURLVERSION_SIXTH
2627              Introduced in 7.66.0
2628
2629       CURLVERSION_THIRD
2630              Introduced in 7.12.0
2631
2632       CURL_CHUNK_BGN_FUNC_FAIL
2633              Introduced in 7.21.0
2634
2635       CURL_CHUNK_BGN_FUNC_OK
2636              Introduced in 7.21.0
2637
2638       CURL_CHUNK_BGN_FUNC_SKIP
2639              Introduced in 7.21.0
2640
2641       CURL_CHUNK_END_FUNC_FAIL
2642              Introduced in 7.21.0
2643
2644       CURL_CHUNK_END_FUNC_OK
2645              Introduced in 7.21.0
2646
2647       CURL_CSELECT_ERR
2648              Introduced in 7.16.3
2649
2650       CURL_CSELECT_IN
2651              Introduced in 7.16.3
2652
2653       CURL_CSELECT_OUT
2654              Introduced in 7.16.3
2655
2656       CURL_DID_MEMORY_FUNC_TYPEDEFS
2657              Introduced in 7.49.0
2658
2659       CURL_EASY_NONE
2660              Introduced in 7.14.0
2661
2662       CURL_EASY_TIMEOUT
2663              Introduced in 7.14.0
2664
2665       CURL_ERROR_SIZE
2666              Introduced in 7.1
2667
2668       CURL_FNMATCHFUNC_FAIL
2669              Introduced in 7.21.0
2670
2671       CURL_FNMATCHFUNC_MATCH
2672              Introduced in 7.21.0
2673
2674       CURL_FNMATCHFUNC_NOMATCH
2675              Introduced in 7.21.0
2676
2677       CURL_FORMADD_DISABLED
2678              Introduced in 7.12.1 Deprecated since 7.56.0
2679
2680       CURL_FORMADD_ILLEGAL_ARRAY
2681              Introduced in 7.9.8 Deprecated since 7.56.0
2682
2683       CURL_FORMADD_INCOMPLETE
2684              Introduced in 7.9.8 Deprecated since 7.56.0
2685
2686       CURL_FORMADD_MEMORY
2687              Introduced in 7.9.8 Deprecated since 7.56.0
2688
2689       CURL_FORMADD_NULL
2690              Introduced in 7.9.8 Deprecated since 7.56.0
2691
2692       CURL_FORMADD_OK
2693              Introduced in 7.9.8 Deprecated since 7.56.0
2694
2695       CURL_FORMADD_OPTION_TWICE
2696              Introduced in 7.9.8 Deprecated since 7.56.0
2697
2698       CURL_FORMADD_UNKNOWN_OPTION
2699              Introduced in 7.9.8 Deprecated since 7.56.0
2700
2701       CURL_GLOBAL_ACK_EINTR
2702              Introduced in 7.30.0
2703
2704       CURL_GLOBAL_ALL
2705              Introduced in 7.8
2706
2707       CURL_GLOBAL_DEFAULT
2708              Introduced in 7.8
2709
2710       CURL_GLOBAL_NOTHING
2711              Introduced in 7.8
2712
2713       CURL_GLOBAL_SSL
2714              Introduced in 7.8
2715
2716       CURL_GLOBAL_WIN32
2717              Introduced in 7.8.1
2718
2719       CURL_HET_DEFAULT
2720              Introduced in 7.59.0
2721
2722       CURL_HTTPPOST_BUFFER
2723              Introduced in 7.46.0
2724
2725       CURL_HTTPPOST_CALLBACK
2726              Introduced in 7.46.0
2727
2728       CURL_HTTPPOST_FILENAME
2729              Introduced in 7.46.0
2730
2731       CURL_HTTPPOST_LARGE
2732              Introduced in 7.46.0
2733
2734       CURL_HTTPPOST_PTRBUFFER
2735              Introduced in 7.46.0
2736
2737       CURL_HTTPPOST_PTRCONTENTS
2738              Introduced in 7.46.0
2739
2740       CURL_HTTPPOST_PTRNAME
2741              Introduced in 7.46.0
2742
2743       CURL_HTTPPOST_READFILE
2744              Introduced in 7.46.0
2745
2746       CURL_HTTP_VERSION_1_0
2747              Introduced in 7.9.1
2748
2749       CURL_HTTP_VERSION_1_1
2750              Introduced in 7.9.1
2751
2752       CURL_HTTP_VERSION_2
2753              Introduced in 7.43.0
2754
2755       CURL_HTTP_VERSION_2TLS
2756              Introduced in 7.47.0
2757
2758       CURL_HTTP_VERSION_2_0
2759              Introduced in 7.33.0
2760
2761       CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE
2762              Introduced in 7.49.0
2763
2764       CURL_HTTP_VERSION_3
2765              Introduced in 7.66.0
2766
2767       CURL_HTTP_VERSION_NONE
2768              Introduced in 7.9.1
2769
2770       CURL_IPRESOLVE_V4
2771              Introduced in 7.10.8
2772
2773       CURL_IPRESOLVE_V6
2774              Introduced in 7.10.8
2775
2776       CURL_IPRESOLVE_WHATEVER
2777              Introduced in 7.10.8
2778
2779       CURL_LOCK_ACCESS_NONE
2780              Introduced in 7.10.3
2781
2782       CURL_LOCK_ACCESS_SHARED
2783              Introduced in 7.10.3
2784
2785       CURL_LOCK_ACCESS_SINGLE
2786              Introduced in 7.10.3
2787
2788       CURL_LOCK_DATA_CONNECT
2789              Introduced in 7.10.3
2790
2791       CURL_LOCK_DATA_COOKIE
2792              Introduced in 7.10.3
2793
2794       CURL_LOCK_DATA_DNS
2795              Introduced in 7.10.3
2796
2797       CURL_LOCK_DATA_NONE
2798              Introduced in 7.10.3
2799
2800       CURL_LOCK_DATA_PSL
2801              Introduced in 7.61.0
2802
2803       CURL_LOCK_DATA_SHARE
2804              Introduced in 7.10.4
2805
2806       CURL_LOCK_DATA_SSL_SESSION
2807              Introduced in 7.10.3
2808
2809       CURL_LOCK_TYPE_CONNECT
2810              Introduced in 7.10
2811
2812       CURL_LOCK_TYPE_COOKIE
2813              Introduced in 7.10
2814
2815       CURL_LOCK_TYPE_DNS
2816              Introduced in 7.10
2817
2818       CURL_LOCK_TYPE_NONE
2819              Introduced in 7.10
2820
2821       CURL_LOCK_TYPE_SSL_SESSION
2822              Introduced in 7.10
2823
2824       CURL_MAX_HTTP_HEADER
2825              Introduced in 7.19.7
2826
2827       CURL_MAX_READ_SIZE
2828              Introduced in 7.53.0
2829
2830       CURL_MAX_WRITE_SIZE
2831              Introduced in 7.9.7
2832
2833       CURL_NETRC_IGNORED
2834              Introduced in 7.9.8
2835
2836       CURL_NETRC_OPTIONAL
2837              Introduced in 7.9.8
2838
2839       CURL_NETRC_REQUIRED
2840              Introduced in 7.9.8
2841
2842       CURL_POLL_IN
2843              Introduced in 7.14.0
2844
2845       CURL_POLL_INOUT
2846              Introduced in 7.14.0
2847
2848       CURL_POLL_NONE
2849              Introduced in 7.14.0
2850
2851       CURL_POLL_OUT
2852              Introduced in 7.14.0
2853
2854       CURL_POLL_REMOVE
2855              Introduced in 7.14.0
2856
2857       CURL_PROGRESSFUNC_CONTINUE
2858              Introduced in 7.68.0
2859
2860       CURL_PROGRESS_BAR
2861              Introduced in 7.1.1
2862
2863       CURL_PROGRESS_STATS
2864              Introduced in 7.1.1
2865
2866       CURL_PUSH_DENY
2867              Introduced in 7.44.0
2868
2869       CURL_PUSH_ERROROUT
2870              Introduced in 7.72.0
2871
2872       CURL_PUSH_OK
2873              Introduced in 7.44.0
2874
2875       CURL_READFUNC_ABORT
2876              Introduced in 7.12.1
2877
2878       CURL_READFUNC_PAUSE
2879              Introduced in 7.18.0
2880
2881       CURL_REDIR_GET_ALL
2882              Introduced in 7.19.1
2883
2884       CURL_REDIR_POST_301
2885              Introduced in 7.19.1
2886
2887       CURL_REDIR_POST_302
2888              Introduced in 7.19.1
2889
2890       CURL_REDIR_POST_303
2891              Introduced in 7.25.1
2892
2893       CURL_REDIR_POST_ALL
2894              Introduced in 7.19.1
2895
2896       CURL_RTSPREQ_ANNOUNCE
2897              Introduced in 7.20.0
2898
2899       CURL_RTSPREQ_DESCRIBE
2900              Introduced in 7.20.0
2901
2902       CURL_RTSPREQ_GET_PARAMETER
2903              Introduced in 7.20.0
2904
2905       CURL_RTSPREQ_NONE
2906              Introduced in 7.20.0
2907
2908       CURL_RTSPREQ_OPTIONS
2909              Introduced in 7.20.0
2910
2911       CURL_RTSPREQ_PAUSE
2912              Introduced in 7.20.0
2913
2914       CURL_RTSPREQ_PLAY
2915              Introduced in 7.20.0
2916
2917       CURL_RTSPREQ_RECEIVE
2918              Introduced in 7.20.0
2919
2920       CURL_RTSPREQ_RECORD
2921              Introduced in 7.20.0
2922
2923       CURL_RTSPREQ_SETUP
2924              Introduced in 7.20.0
2925
2926       CURL_RTSPREQ_SET_PARAMETER
2927              Introduced in 7.20.0
2928
2929       CURL_RTSPREQ_TEARDOWN
2930              Introduced in 7.20.0
2931
2932       CURL_SEEKFUNC_CANTSEEK
2933              Introduced in 7.19.5
2934
2935       CURL_SEEKFUNC_FAIL
2936              Introduced in 7.19.5
2937
2938       CURL_SEEKFUNC_OK
2939              Introduced in 7.19.5
2940
2941       CURL_SOCKET_BAD
2942              Introduced in 7.14.0
2943
2944       CURL_SOCKET_TIMEOUT
2945              Introduced in 7.14.0
2946
2947       CURL_SOCKOPT_ALREADY_CONNECTED
2948              Introduced in 7.21.5
2949
2950       CURL_SOCKOPT_ERROR
2951              Introduced in 7.21.5
2952
2953       CURL_SOCKOPT_OK
2954              Introduced in 7.21.5
2955
2956       CURL_SSLVERSION_DEFAULT
2957              Introduced in 7.9.2
2958
2959       CURL_SSLVERSION_MAX_DEFAULT
2960              Introduced in 7.54.0
2961
2962       CURL_SSLVERSION_MAX_NONE
2963              Introduced in 7.54.0
2964
2965       CURL_SSLVERSION_MAX_TLS
2966              Introduced in
2967
2968       CURL_SSLVERSION_MAX_TLS
2969              Introduced in
2970
2971       CURL_SSLVERSION_MAX_TLS
2972              Introduced in
2973
2974       CURL_SSLVERSION_MAX_TLS
2975              Introduced in
2976
2977       CURL_SSLVERSION_SSL
2978              Introduced in
2979
2980       CURL_SSLVERSION_SSL
2981              Introduced in
2982
2983       CURL_SSLVERSION_TLS
2984              Introduced in
2985
2986       CURL_SSLVERSION_TLS
2987              Introduced in
2988
2989       CURL_SSLVERSION_TLS
2990              Introduced in
2991
2992       CURL_SSLVERSION_TLS
2993              Introduced in
2994
2995       CURL_SSLVERSION_TLS
2996              Introduced in
2997
2998       CURL_STRICTER
2999              Introduced in 7.50.2
3000
3001       CURL_TIMECOND_IFMODSINCE
3002              Introduced in 7.9.7
3003
3004       CURL_TIMECOND_IFUNMODSINCE
3005              Introduced in 7.9.7
3006
3007       CURL_TIMECOND_LASTMOD
3008              Introduced in 7.9.7
3009
3010       CURL_TIMECOND_NONE
3011              Introduced in 7.9.7
3012
3013       CURL_TLSAUTH_NONE
3014              Introduced in 7.21.4
3015
3016       CURL_TLSAUTH_SRP
3017              Introduced in 7.21.4
3018
3019       CURL_TRAILERFUNC_ABORT
3020              Introduced in 7.64.0
3021
3022       CURL_TRAILERFUNC_OK
3023              Introduced in 7.64.0
3024
3025       CURL_UPKEEP_INTERVAL_DEFAULT
3026              Introduced in 7.62.0
3027
3028       CURL_VERSION_ALTSVC
3029              Introduced in 7.64.1
3030
3031       CURL_VERSION_ASYNCHDNS
3032              Introduced in 7.10.7
3033
3034       CURL_VERSION_BROTLI
3035              Introduced in 7.57.0
3036
3037       CURL_VERSION_CONV
3038              Introduced in 7.15.4
3039
3040       CURL_VERSION_CURLDEBUG
3041              Introduced in 7.19.6
3042
3043       CURL_VERSION_DEBUG
3044              Introduced in 7.10.6
3045
3046       CURL_VERSION_GSASL
3047              Introduced in 7.76.0
3048
3049       CURL_VERSION_GSSAPI
3050              Introduced in 7.38.0
3051
3052       CURL_VERSION_GSSNEGOTIATE
3053              Introduced in 7.10.6 Deprecated since 7.38.0
3054
3055       CURL_VERSION_HSTS
3056              Introduced in 7.74.0
3057
3058       CURL_VERSION_HTTP2
3059              Introduced in 7.33.0
3060
3061       CURL_VERSION_HTTP3
3062              Introduced in 7.66.0
3063
3064       CURL_VERSION_HTTPS_PROXY
3065              Introduced in 7.52.0
3066
3067       CURL_VERSION_IDN
3068              Introduced in 7.12.0
3069
3070       CURL_VERSION_IPV6
3071              Introduced in 7.10
3072
3073       CURL_VERSION_KERBEROS4
3074              Introduced in 7.10 Deprecated since 7.33.0
3075
3076       CURL_VERSION_KERBEROS5
3077              Introduced in 7.40.0
3078
3079       CURL_VERSION_LARGEFILE
3080              Introduced in 7.11.1
3081
3082       CURL_VERSION_LIBZ
3083              Introduced in 7.10
3084
3085       CURL_VERSION_MULTI_SSL
3086              Introduced in 7.56.0
3087
3088       CURL_VERSION_NTLM
3089              Introduced in 7.10.6
3090
3091       CURL_VERSION_NTLM_WB
3092              Introduced in 7.22.0
3093
3094       CURL_VERSION_PSL
3095              Introduced in 7.47.0
3096
3097       CURL_VERSION_SPNEGO
3098              Introduced in 7.10.8
3099
3100       CURL_VERSION_SSL
3101              Introduced in 7.10
3102
3103       CURL_VERSION_SSPI
3104              Introduced in 7.13.2
3105
3106       CURL_VERSION_TLSAUTH_SRP
3107              Introduced in 7.21.4
3108
3109       CURL_VERSION_UNICODE
3110              Introduced in 7.72.0
3111
3112       CURL_VERSION_UNIX_SOCKETS
3113              Introduced in 7.40.0
3114
3115       CURL_VERSION_ZSTD
3116              Introduced in 7.72.0
3117
3118       CURL_WAIT_POLLIN
3119              Introduced in 7.28.0
3120
3121       CURL_WAIT_POLLOUT
3122              Introduced in 7.28.0
3123
3124       CURL_WAIT_POLLPRI
3125              Introduced in 7.28.0
3126
3127       CURL_WIN32
3128              Introduced in 7.69.0
3129
3130       CURL_WRITEFUNC_PAUSE
3131              Introduced in 7.18.0
3132
3133       CURL_ZERO_TERMINATED
3134              Introduced in 7.56.0
3135
3136
3137
3138libcurl 7.41.0                   Apr 14, 2021               libcurl-symbols(3)
Impressum