Static http server 25/18825/15
authorDave Barach <dave@barachs.net>
Thu, 11 Apr 2019 21:06:21 +0000 (17:06 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 16 Apr 2019 19:57:44 +0000 (19:57 +0000)
commit22bc2c46e316dd7d5ca4680f85337fe72896ca57
tree86e7e546c8d738422ef882db75c5861a8bccd534
parent28aa539f7da7b172d0f35ea9a63f3986939477f7
Static http server

Good enough to serve the vpp sphinx and doxygen docs. Knows about
html, css, and javascript files.

Change-Id: Ib18c19f07f35f91ba935ea26ed7be406dacf2205
Signed-off-by: Dave Barach <dave@barachs.net>
extras/static_http/setup.http [new file with mode: 0644]
src/plugins/http_static/CMakeLists.txt [new file with mode: 0644]
src/plugins/http_static/http_static.api [new file with mode: 0644]
src/plugins/http_static/http_static.c [new file with mode: 0644]
src/plugins/http_static/http_static.h [new file with mode: 0644]
src/plugins/http_static/http_static_all_api_h.h [new file with mode: 0644]
src/plugins/http_static/http_static_msg_enum.h [new file with mode: 0644]
src/plugins/http_static/http_static_test.c [new file with mode: 0644]
src/plugins/http_static/static_server.c [new file with mode: 0644]