]> granicus.if.org Git - esp-idf/commit
HTTP Server : File server example added
authorAnurag Kar <anurag.kar@espressif.com>
Sun, 16 Dec 2018 18:10:24 +0000 (23:40 +0530)
committerAnurag Kar <anurag.kar@espressif.com>
Mon, 14 Jan 2019 06:33:54 +0000 (12:03 +0530)
commit5127aa1976ea0fd2bc87c54efa165636b3fda47b
tree0ed42818357ac825f1720a615437829a07f6631c
parent21878d1bbffb0ba9e12751332cb4dd386452c7dd
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.
12 files changed:
examples/protocols/http_server/file_serving/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http_server/file_serving/Makefile [new file with mode: 0644]
examples/protocols/http_server/file_serving/README.md [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/CMakeLists.txt [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/Kconfig.projbuild [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/component.mk [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/favicon.ico [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/file_server.c [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/main.c [new file with mode: 0644]
examples/protocols/http_server/file_serving/main/upload_script.html [new file with mode: 0644]
examples/protocols/http_server/file_serving/partitions_example.csv [new file with mode: 0644]
examples/protocols/http_server/file_serving/sdkconfig.defaults [new file with mode: 0644]