projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ff2c4
)
Added HTTPPROXYTUNNEL
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 14 Sep 2000 14:14:03 +0000
(14:14 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 14 Sep 2000 14:14:03 +0000
(14:14 +0000)
include/curl/curl.h
patch
|
blob
|
history
diff --git
a/include/curl/curl.h
b/include/curl/curl.h
index 057553381eb79590754d64681d80f3cfa2a118a6..9948dc04f33103dcc9c7c6730d5a2ce5fd185aef 100644
(file)
--- a/
include/curl/curl.h
+++ b/
include/curl/curl.h
@@
-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;