further php support

This commit is contained in:
BuildTools
2022-03-06 17:31:19 -05:00
parent 140193bbaf
commit ba56d0e471
6 changed files with 152 additions and 23 deletions

View File

@@ -11,4 +11,5 @@ struct HTTPRequest {
char *requestConType;
char *requestConLen;
unsigned char *requestBody;
size_t requestBodyLen;
};