libesphttpd: added extras and example
This commit is contained in:
parent
e24b6579ff
commit
f5af169d63
29 changed files with 1185 additions and 0 deletions
8
examples/esphttpd/cgi-test.h
Normal file
8
examples/esphttpd/cgi-test.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CGI_TEST_H
|
||||
#define CGI_TEST_H
|
||||
|
||||
#include <libesphttpd/httpd.h>
|
||||
|
||||
int cgiTestbed(HttpdConnData *connData);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue