Added HTTPPROXYTUNNEL

This commit is contained in:
Daniel Stenberg 2000-09-14 14:14:03 +00:00
parent 86ff2c46b7
commit 23f22bd53e
1 changed files with 3 additions and 0 deletions

View File

@ -381,6 +381,9 @@ typedef enum {
/* size of the POST input data, if strlen() is not good to use */
CINIT(POSTFIELDSIZE, LONG, 60),
/* tunnel non-http operations through a HTTP proxy */
CINIT(HTTPPROXYTUNNEL, LONG, 61),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;