Handle HTTP redirections automatically.
[doldaconnect.git] / include / http.h
index ca7d42f..8403e35 100644 (file)
@@ -45,6 +45,7 @@ struct htconn {
     char *resstr;
     struct strpair *headers;
     ssize_t tlen, rxd, chl;
+    int autoredir;
 };
 
 struct htcookie {