Embedded TCP/IP stack
4.1.0
|
fnet_http_cgi.h
72 typedef fnet_return_t(*fnet_http_cgi_handle_t)(fnet_http_session_t session, fnet_char_t *query, fnet_uint32_t *cookie);
111 typedef fnet_size_t (*fnet_http_cgi_send_t)(fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_bool_t *eof, fnet_uint32_t *cookie);
fnet_size_t(* fnet_http_cgi_send_t)(fnet_uint8_t *buffer, fnet_size_t buffer_size, fnet_bool_t *eof, fnet_uint32_t *cookie)
Callback function prototype of the CGI response function.
Definition: fnet_http_cgi.h:111
unsigned long fnet_size_t
Unsigned integer type representing the size in bytes.
Definition: fnet_stdlib.h:56
fnet_http_cgi_send_t send
Pointer to the CGI response function. This function actually creates dynamic content of the CGI respo...
Definition: fnet_http_cgi.h:128
fnet_http_cgi_handle_t handle
Pointer to the CGI query handler. It's optional.
Definition: fnet_http_cgi.h:127
fnet_return_t(* fnet_http_cgi_handle_t)(fnet_http_session_t session, fnet_char_t *query, fnet_uint32_t *cookie)
Callback function prototype of the CGI query handler.
Definition: fnet_http_cgi.h:72
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net