esp-open-rtos/extras/httpd
2017-01-12 01:23:00 +00:00
..
component.mk extras/httpd and http_server example 2017-01-08 01:28:45 +00:00
fs.c extras/httpd and http_server example 2017-01-08 01:28:45 +00:00
fs.h extras/httpd and http_server example 2017-01-08 01:28:45 +00:00
fsdata.h extras/httpd and http_server example 2017-01-08 01:28:45 +00:00
httpd.c fix max data len in http_send_data_ssi() 2017-01-12 01:23:00 +00:00
httpd.h extras/httpd and http_server example 2017-01-08 01:28:45 +00:00
httpd_structs.h extras/httpd and http_server example 2017-01-08 01:28:45 +00:00
readme.txt readme and make html rule 2017-01-08 03:43:59 +00:00

Note: this module expects your project to provide "fsdata.c" created with "makefsdata" utility.
See examples/http_server.