esp-open-rtos/extras/httpd
lujji f64935eb1d HTTP server (#324)
extras/httpd and http_server example
2017-01-27 14:38:01 +06:00
..
component.mk HTTP server (#324) 2017-01-27 14:38:01 +06:00
fs.c HTTP server (#324) 2017-01-27 14:38:01 +06:00
fs.h HTTP server (#324) 2017-01-27 14:38:01 +06:00
fsdata.h HTTP server (#324) 2017-01-27 14:38:01 +06:00
httpd.c HTTP server (#324) 2017-01-27 14:38:01 +06:00
httpd.h HTTP server (#324) 2017-01-27 14:38:01 +06:00
httpd_structs.h HTTP server (#324) 2017-01-27 14:38:01 +06:00
readme.txt HTTP server (#324) 2017-01-27 14:38:01 +06:00

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