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
19 lines
571 B
YAML
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]
|