src/server/daemon/httprequest.h

changeset 614
eb1c4d464ecd
parent 544
27684460629f
child 649
3887fd7e8bd7
--- a/src/server/daemon/httprequest.h	Mon Jul 21 22:22:46 2025 +0200
+++ b/src/server/daemon/httprequest.h	Thu Jul 31 20:53:08 2025 +0200
@@ -47,13 +47,14 @@
 
 struct _http_request {
     Connection     *connection;
-    cxmutstr         request_line;
-    cxmutstr         method;
-    cxmutstr         uri;
-    cxmutstr         httpv;
+    cxmutstr       request_line;
+    cxmutstr       method;
+    cxmutstr       uri;
+    cxmutstr       httpv;
     HeaderArray    *headers;
     netbuf         *netbuf;
     time_t         req_start;
+    short          status;
 };
 
 struct _header {

mercurial