http_static: add FEATURE.yaml
Type: docs Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I2f9a74541183af6c10abea2c29002842ddb88815
This commit is contained in:
committed by
Florin Coras
parent
95cd864382
commit
9ce3b74750
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Builtin URL support for the static http/https server (builtinurl)
|
||||
maintainer: Dave Barach <dave@barachs.net>
|
||||
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:
|
||||
<root-url>/version.json - vpp version info
|
||||
<root-url>/interface_list.json - list of interfaces
|
||||
<root-url>/interface_stats - single interface via HTTP POST
|
||||
<root-url>/interface_stats - all intfcs via HTTP GET."
|
||||
state: development
|
||||
properties: [API, CLI, MULTITHREAD]
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Static http/https server (http_static)
|
||||
maintainer: Dave Barach <dave@barachs.net>
|
||||
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]
|
||||
Reference in New Issue
Block a user