From 9ce3b747503dd614eaccea0e6497413db6a2c9da Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Thu, 2 Jan 2020 10:26:40 -0500 Subject: [PATCH] http_static: add FEATURE.yaml Type: docs Signed-off-by: Dave Barach Change-Id: I2f9a74541183af6c10abea2c29002842ddb88815 --- src/plugins/builtinurl/FEATURE.yaml | 13 +++++++++++++ src/plugins/http_static/FEATURE.yaml | 10 ++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/plugins/builtinurl/FEATURE.yaml create mode 100644 src/plugins/http_static/FEATURE.yaml diff --git a/src/plugins/builtinurl/FEATURE.yaml b/src/plugins/builtinurl/FEATURE.yaml new file mode 100644 index 00000000000..ff992999ca1 --- /dev/null +++ b/src/plugins/builtinurl/FEATURE.yaml @@ -0,0 +1,13 @@ +--- +name: Builtin URL support for the static http/https server (builtinurl) +maintainer: Dave Barach +features: + - Builtin URLs for the static http/https server +description: "Adds a set of URLs to the static http/https server. + Current URLs, all of which return data in .json fmt: + /version.json - vpp version info + /interface_list.json - list of interfaces + /interface_stats - single interface via HTTP POST + /interface_stats - all intfcs via HTTP GET." +state: development +properties: [API, CLI, MULTITHREAD] 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] -- 2.16.6