![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Configure and enable the static http server. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | fifo_size |
| u32 | cache_size_limit |
| u32 | prealloc_fifos |
| u32 | private_segment_size |
| string | www_root [256] |
| string | uri [256] |
Configure and enable the static http server.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| fifo_size | - size (in bytes) of the session FIFOs |
| cache_size_limit | - size (in bytes) of the in-memory file data cache |
| prealloc_fifos | - number of preallocated fifos (usually 0) |
| private_segment_size | - fifo segment size (usually 0) |
| www_root | - html root path |
| uri | - bind URI, defaults to "tcp://0.0.0.0/80" |
Definition at line 18 of file http_static.api.
| u32 vl_api_http_static_enable_t::cache_size_limit |
Definition at line 26 of file http_static.api.
| u32 vl_api_http_static_enable_t::client_index |
Definition at line 20 of file http_static.api.
| u32 vl_api_http_static_enable_t::context |
Definition at line 23 of file http_static.api.
| u32 vl_api_http_static_enable_t::fifo_size |
Definition at line 25 of file http_static.api.
| u32 vl_api_http_static_enable_t::prealloc_fifos |
Definition at line 28 of file http_static.api.
| u32 vl_api_http_static_enable_t::private_segment_size |
Definition at line 29 of file http_static.api.
| string vl_api_http_static_enable_t::uri[256] |
Definition at line 34 of file http_static.api.
| string vl_api_http_static_enable_t::www_root[256] |
Definition at line 32 of file http_static.api.