summaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/http_static.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07vcl session: switch to generic cert key apisFlorin Coras1-0/+3
Remove the deprecated tls apis. Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ia1e12bd813671146f0aca22e83d04c23ac13e595
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-2/+3
Type: docs Change-Id: I9b5e5137eb4c1e89f6e8d7a278cd11a0fd496471 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2019-09-16http_static: add dynamic GET / POST method hooksDave Barach1-0/+165
Add .json output to format_vnet_sw_interface_cntrs(...) Type: feature Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: Ied036ebfaaafbf1dfc2a4e396c00f09f40659400
2019-04-16Static http serverDave Barach1-0/+54
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>