You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/generated/CurlInfo.ts
-49Lines changed: 0 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,6 @@ export interface CurlInfo {
18
18
*/
19
19
readonlyACTIVESOCKET: 'ACTIVESOCKET'
20
20
21
-
/**
22
-
* and . The time it took from the start until the SSL connect/handshake with the remote host was completed. (Added in 7.19.0) The latter is the integer version (measuring microseconds). (Added in 7.60.0)
23
-
*
24
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/APPCONNECT.html](https://curl.haxx.se/libcurl/c/APPCONNECT.html)
25
-
*/
26
-
readonlyAPPCONNECT: 'APPCONNECT'
27
-
28
21
/**
29
22
* Time from start until SSL/SSH handshake completed.
30
23
*
@@ -53,13 +46,6 @@ export interface CurlInfo {
53
46
*/
54
47
readonlyCONDITION_UNMET: 'CONDITION_UNMET'
55
48
56
-
/**
57
-
* and . The time it took from the start until the connect to the remote host (or proxy) was completed.
58
-
*
59
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/CONNECT.html](https://curl.haxx.se/libcurl/c/CONNECT.html)
60
-
*/
61
-
readonlyCONNECT: 'CONNECT'
62
-
63
49
/**
64
50
* Time from start until remote host or proxy completed.
65
51
*
@@ -193,13 +179,6 @@ export interface CurlInfo {
193
179
*/
194
180
readonlyLOCAL_PORT: 'LOCAL_PORT'
195
181
196
-
/**
197
-
* and . The time it took from the start until the name resolving was completed.
198
-
*
199
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/NAMELOOKUP.html](https://curl.haxx.se/libcurl/c/NAMELOOKUP.html)
200
-
*/
201
-
readonlyNAMELOOKUP: 'NAMELOOKUP'
202
-
203
182
/**
204
183
* Time from start until name resolving completed.
205
184
*
@@ -228,13 +207,6 @@ export interface CurlInfo {
228
207
*/
229
208
readonlyOS_ERRNO: 'OS_ERRNO'
230
209
231
-
/**
232
-
* and . The time it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved.
233
-
*
234
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/PRETRANSFER.html](https://curl.haxx.se/libcurl/c/PRETRANSFER.html)
235
-
*/
236
-
readonlyPRETRANSFER: 'PRETRANSFER'
237
-
238
210
/**
239
211
* Time from start until just before the transfer begins.
240
212
*
@@ -291,13 +263,6 @@ export interface CurlInfo {
291
263
*/
292
264
readonlyPROXYAUTH_AVAIL: 'PROXYAUTH_AVAIL'
293
265
294
-
/**
295
-
* and . The time it took for all redirection steps include name lookup, connect, pretransfer and transfer before final transaction was started. So, this is zero if no redirection took place.
296
-
*
297
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/REDIRECT.html](https://curl.haxx.se/libcurl/c/REDIRECT.html)
298
-
*/
299
-
readonlyREDIRECT: 'REDIRECT'
300
-
301
266
/**
302
267
* Total number of redirects that were followed.
303
268
*
@@ -452,13 +417,6 @@ export interface CurlInfo {
452
417
*/
453
418
readonlySSL_VERIFYRESULT: 'SSL_VERIFYRESULT'
454
419
455
-
/**
456
-
* and . The time it took from the start until the first byte is received by libcurl.
457
-
*
458
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/STARTTRANSFER.html](https://curl.haxx.se/libcurl/c/STARTTRANSFER.html)
459
-
*/
460
-
readonlySTARTTRANSFER: 'STARTTRANSFER'
461
-
462
420
/**
463
421
* Time from start until just when the first byte is received.
464
422
*
@@ -487,13 +445,6 @@ export interface CurlInfo {
487
445
*/
488
446
readonlyTLS_SSL_PTR: 'TLS_SSL_PTR'
489
447
490
-
/**
491
-
* and . Total time of the previous request.
492
-
*
493
-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/TOTAL.html](https://curl.haxx.se/libcurl/c/TOTAL.html)
0 commit comments