![]() |
Embedded TCP/IP stack
4.7.0
|
SSI callback function table. More...
Data Fields | |
fnet_char_t * | name |
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... | |
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:
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.
Definition at line 126 of file fnet_http_srv_ssi.h.