Basic chunk encoding test, draft of an example using the stream API with blocking sockets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user