diff options
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r-- | src/daemon/internal.h | 6 |
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 { struct MHD_Response * response; + /** + * Request method. Should be GET/POST/etc. + */ char * method; + /** + * Requested URL (everything after "GET" only). + */ char * url; /** |