aqhome: more work on http server.
This commit is contained in:
@@ -25,8 +25,11 @@ struct AQH_HTTP_REQUEST {
|
||||
|
||||
const char *command; /* don't free */
|
||||
const char *protocol; /* don't free */
|
||||
const char *urlPath; /* don't free */
|
||||
GWEN_URL *url;
|
||||
|
||||
GWEN_STRINGLIST *urlPathMembers;
|
||||
|
||||
GWEN_DB_NODE *dbCommand; /* don't free */
|
||||
GWEN_DB_NODE *dbHeader; /* don't free */
|
||||
GWEN_DB_NODE *dbCookies; /* don't free */
|
||||
|
||||
Reference in New Issue
Block a user