aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/FEATURE.yaml
blob: ff4e147c495f2ca4a9c6e9a87cfa03de82688f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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]