Files
vpp/src/plugins/http_static/FEATURE.yaml
Florin Coras fdb5a5a0e4 http_static: incorporate builtinurl plugin
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
2022-01-30 14:44:40 +00:00

19 lines
571 B
YAML

---
name: Static HTTP(S) Server
maintainer:
- Dave Barach <dave@barachs.net>
- Florin Coras <fcoras@cisco.com>
features:
- HTTP GET/POST handling
- LRU file caching
- pluggable URL handlers
- builtin json URL handles:
- 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."
description: "Static HTTP(S) server implemented as a
built-in vpp host stack application. "
state: production
properties: [API, CLI, MULTITHREAD]