diff options
author | Florin Coras <fcoras@cisco.com> | 2022-01-28 15:26:39 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2022-01-30 14:44:40 +0000 |
commit | fdb5a5a0e4aad887add68985191be114dcc99e38 (patch) | |
tree | 38c0284819e8967d2e1a3d173b2884faa5e9c2ab /src/plugins/http_static/FEATURE.yaml | |
parent | ffd7a9876e5038ad96af1d5dbbb0283c5fe6ab27 (diff) |
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
Diffstat (limited to 'src/plugins/http_static/FEATURE.yaml')
-rw-r--r-- | src/plugins/http_static/FEATURE.yaml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/src/plugins/http_static/FEATURE.yaml b/src/plugins/http_static/FEATURE.yaml index d40855f2de2..ff4e147c495 100644 --- a/src/plugins/http_static/FEATURE.yaml +++ b/src/plugins/http_static/FEATURE.yaml @@ -1,10 +1,18 @@ --- -name: Static http https server -maintainer: Dave Barach <dave@barachs.net> +name: Static HTTP(S) Server +maintainer: + - Dave Barach <dave@barachs.net> + - Florin Coras <fcoras@cisco.com> 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." + - 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] |