From 9ce3b747503dd614eaccea0e6497413db6a2c9da Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Thu, 2 Jan 2020 10:26:40 -0500 Subject: http_static: add FEATURE.yaml Type: docs Signed-off-by: Dave Barach Change-Id: I2f9a74541183af6c10abea2c29002842ddb88815 --- src/plugins/http_static/FEATURE.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/plugins/http_static/FEATURE.yaml (limited to 'src/plugins/http_static') diff --git a/src/plugins/http_static/FEATURE.yaml b/src/plugins/http_static/FEATURE.yaml new file mode 100644 index 00000000000..67a68425d6d --- /dev/null +++ b/src/plugins/http_static/FEATURE.yaml @@ -0,0 +1,10 @@ +--- +name: Static http/https server (http_static) +maintainer: Dave Barach +features: + - An extensible static http/https server with caching +description: "A simple caching static http / https server + A built-in vpp host stack application. + Supports HTTP GET and HTTP POST methods." +state: production +properties: [API, CLI, MULTITHREAD] -- cgit 1.2.3-korg