]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/webcit.h
It's Friday night, Wesley is out, Sammi is not hungry, and Miss Melissa is asleep...
[citadel.git] / webcit-ng / webcit.h
index 0e5321354b0d67b121d5bf26ca6fd5d1ad671fa0..06269da81553cfcf0bc7a5dd921dcb67f997a222 100644 (file)
@@ -65,6 +65,7 @@ struct http_transaction {                     // The lifetime of an HTTP request goes through this
        Array *request_headers;
        char *request_body;
        long request_body_length;
+       Array *request_parms;                   // anything after the "?" in the URL
        int response_code;
        char *response_string;
        Array *response_headers;