aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/http_client.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-26 20:32:50 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-26 20:32:50 +0200
commit7deb4471891059edf6000ffc7502a2a7bdc70e78 (patch)
treebc97e24ccebadc60a5011edb84a73b11330238d1 /protocols/http_client.h
parent60487448f3d0f3f7bb4710716e0ee257ee2edf16 (diff)
Added status_string variable to http_client.
Diffstat (limited to 'protocols/http_client.h')
-rw-r--r--protocols/http_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/http_client.h b/protocols/http_client.h
index 860cdd86..50ee80cf 100644
--- a/protocols/http_client.h
+++ b/protocols/http_client.h
@@ -36,6 +36,7 @@ struct http_request
char *request;
int request_length;
int status_code;
+ char *status_string;
char *reply_headers;
char *reply_body;
int body_size;