Embedded TCP/IP stack  4.7.0
fnet_http_srv_ssi_t Struct Reference

SSI callback function table. More...

Data Fields

fnet_char_tname
 SSI command name. More...
 
fnet_http_srv_ssi_handle_t handle
 Pointer to the SSI parameters handler. It's optional. More...
 
fnet_http_srv_ssi_send_t send
 Pointer to the SSI include function. This function actually inserts dynamic content to an existing HTML page. It's optional. More...
 

Detailed Description

SSI callback function table.

The last table element must have all fields set to zero as the end-of-table mark.

SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server, while the pages are being served. They let a web server application add dynamically-generated content to an existing HTML page.
SSI directives have the following format:

<!--#command [parameter(s)]-->


There should be no spaces between the <!– and the #.
If, for any reason, a document containing SSI directives is served to the client unparsed, the HTML comment format means the directive's coding will not be visible.

See also
fnet_http_srv_params_t

Definition at line 126 of file fnet_http_srv_ssi.h.


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

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net