libesphttpd: added extras and example

This commit is contained in:
Nochkin 2017-10-08 23:01:35 -04:00
parent e24b6579ff
commit f5af169d63
29 changed files with 1185 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifndef CGI_TEST_H
#define CGI_TEST_H
#include <libesphttpd/httpd.h>
int cgiTestbed(HttpdConnData *connData);
#endif