dpdk: xstats vecor stuck at 0 elements
[vpp.git] / src / plugins / http_static / FEATURE.yaml
1 ---
2 name: Static HTTP(S) Server
3 maintainer:
4  - Dave Barach <dave@barachs.net>
5  - Florin Coras <fcoras@cisco.com>
6 features:
7   - HTTP GET/POST handling
8   - LRU file caching
9   - pluggable URL handlers
10   - builtin json URL handles:
11     - version.json - vpp version info
12     - interface_list.json - list of interfaces
13     - interface_stats - single interface via HTTP POST
14     - interface_stats - all intfcs via HTTP GET."
15 description: "Static HTTP(S) server implemented as a
16                                           built-in vpp host stack application. "
17 state: production
18 properties: [API, CLI, MULTITHREAD]