aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-02-08http_static: cleanup file handler and cacheFlorin Coras1-1/+2
Type: refactor Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I7aff3a02315f9f92039dd2e3af1cbd8312aec662
2022-01-30http_static: incorporate builtinurl pluginFlorin Coras1-0/+1
External handlers can still be registered via hss_register_url_handler but url handlers must be enabled when server is created. builtinurl plugin to be removed in a future patch Type: refactor Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I94e103d908b9e118c7927b997a21ce3f67809889
2019-09-27http_static: remove api boilerplateOle Troan1-4/+0
Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Ie1f0cccf0c9dc4c0d8ae1e1b5d8e6a75c325d1ce
2019-04-16Static http serverDave Barach1-0/+30
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>