aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 61653d8e..4beff728 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -150,8 +150,14 @@ struct MHD_Session {
150 150
151 struct MHD_Response * response; 151 struct MHD_Response * response;
152 152
153 /**
154 * Request method. Should be GET/POST/etc.
155 */
153 char * method; 156 char * method;
154 157
158 /**
159 * Requested URL (everything after "GET" only).
160 */
155 char * url; 161 char * url;
156 162
157 /** 163 /**