Basic chunk encoding test, draft of an example using the stream API with blocking sockets

This commit is contained in:
2025-04-20 21:16:56 +02:00
parent e93be0c279
commit 6f634b8c8c
5 changed files with 148 additions and 11 deletions
+2
View File
@@ -191,6 +191,8 @@ void tinyhttp_printstate_(int state, const char *file, const char *line);
// TODO: Comment
#define tinyhttp_printstate(state) tinyhttp_printstate_(state, __FILE__, TINYHTTP_LINESTR)
int tinyhttp_findheader(TinyHTTPRequest *req, TinyHTTPString name);
// Initializes an HTTP stream
//
// TODO: Comment on memfunc