Improve testing program

This commit is contained in:
2025-04-24 22:00:30 +02:00
parent 579697f138
commit 82ef7ee170
9 changed files with 437 additions and 26 deletions
+3
View File
@@ -190,6 +190,9 @@ void tinyhttp_printstate_(int state, const char *file, const char *line);
int tinyhttp_findheader(TinyHTTPRequest *req, TinyHTTPString name);
int tinyhttp_parserequest(char *src, ptrdiff_t len,
unsigned long long body_limit, TinyHTTPRequest *req);
// Initializes an HTTP stream
//
// TODO: Comment on memfunc