FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_http_static_enable_t Struct Reference

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]
 

Detailed Description

Configure and enable the static http server.

Template Parameters
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.

Field Documentation

◆ cache_size_limit

u32 vl_api_http_static_enable_t::cache_size_limit

Definition at line 26 of file http_static.api.

◆ client_index

u32 vl_api_http_static_enable_t::client_index

Definition at line 20 of file http_static.api.

◆ context

u32 vl_api_http_static_enable_t::context

Definition at line 23 of file http_static.api.

◆ fifo_size

u32 vl_api_http_static_enable_t::fifo_size

Definition at line 25 of file http_static.api.

◆ prealloc_fifos

u32 vl_api_http_static_enable_t::prealloc_fifos

Definition at line 28 of file http_static.api.

◆ private_segment_size

u32 vl_api_http_static_enable_t::private_segment_size

Definition at line 29 of file http_static.api.

◆ uri

string vl_api_http_static_enable_t::uri[256]

Definition at line 34 of file http_static.api.

◆ www_root

string vl_api_http_static_enable_t::www_root[256]

Definition at line 32 of file http_static.api.


The documentation for this struct was generated from the following file: