Embedded TCP/IP stack
4.1.0
|
fnet_http_ssi.h
107 typedef fnet_size_t (*fnet_http_ssi_send_t)(fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_bool_t *eof, fnet_uint32_t *cookie);
fnet_size_t(* fnet_http_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.
Definition: fnet_http_ssi.h:107
unsigned long fnet_size_t
Unsigned integer type representing the size in bytes.
Definition: fnet_stdlib.h:56
fnet_http_ssi_handle_t handle
Pointer to the SSI parameters handler. It's optional.
Definition: fnet_http_ssi.h:130
fnet_http_ssi_send_t send
Pointer to the SSI include function. This function actually inserts dynamic content to an existing HT...
Definition: fnet_http_ssi.h:132
fnet_return_t(* fnet_http_ssi_handle_t)(fnet_char_t *query, fnet_uint32_t *cookie)
Callback function prototype of the SSI parameters handler.
Definition: fnet_http_ssi.h:70
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net