HTTP Server : File server example added

This example demonstrates the capability of wildcard URI matching
allowing for a full fledged file server to be created using esp_http_server.
This commit is contained in:
Anurag Kar
2018-12-16 23:40:24 +05:30
parent 21878d1bbf
commit 5127aa1976
12 changed files with 792 additions and 0 deletions
@@ -0,0 +1,7 @@
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_EMBED_FILES := favicon.ico
COMPONENT_EMBED_FILES += upload_script.html