aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-03 11:52:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-03 11:52:53 +0000
commit89872447585d6d279bb9cb23fda30855932143a2 (patch)
tree58c7e11f2d9776bbfadfef421b031b8b80bb02ba /lib/urldata.h
parent9b69f6faabd5dc8a6d77fcf585ca214de7689e73 (diff)
httpreq cleanup fix
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 18039f176..21b225a58 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -382,12 +382,6 @@ typedef enum {
/* This struct is for boolean settings that define how to behave during
this session. */
struct Configbits {
- /* these four request types mirror the httpreq field */
- bool http_formpost;
- bool http_post;
- bool http_put;
- bool http_get;
-
bool get_filetime;
bool tunnel_thru_httpproxy;
bool ftp_append;