25 #ifndef _FNET_HTTP_SRV_SSI_H_ 27 #define _FNET_HTTP_SRV_SSI_H_ 29 #if (FNET_CFG_HTTP_SRV && FNET_CFG_HTTP_SRV_SSI)|| defined(__DOXYGEN__) 39 #define FNET_HTTP_SRV_SSI_EXTENSION "shtml" fnet_char_t * name
SSI command name.
fnet_return_t
General return codes, used by most of API functions.
unsigned long fnet_size_t
Unsigned integer type representing the size in bytes.
fnet_http_srv_ssi_handle_t handle
Pointer to the SSI parameters handler. It's optional.
fnet_size_t(* fnet_http_srv_ssi_send_t)(fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_bool_t *eof, fnet_uint32_t *cookie)
Callback function prototype of the SSI include function.
SSI callback function table.
char fnet_char_t
Type representing the charecter.
fnet_return_t(* fnet_http_srv_ssi_handle_t)(fnet_char_t *query, fnet_uint32_t *cookie)
Callback function prototype of the SSI parameters handler.
fnet_http_srv_ssi_send_t send
Pointer to the SSI include function. This function actually inserts dynamic content to an existing HT...