Embedded TCP/IP stack
4.1.0
|
fnet_http_ssi Struct Reference
SSI callback function table. More...
Data Fields | |
fnet_char_t * | name |
SSI command name. More... | |
fnet_http_ssi_handle_t | handle |
Pointer to the SSI parameters handler. It's optional. More... | |
fnet_http_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_params
Definition at line 127 of file fnet_http_ssi.h.
The documentation for this struct was generated from the following file:
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net