Embedded TCP/IP stack  4.4.0
fnet_http_cgi Struct Reference

CGI callback function table. More...

Data Fields

fnet_char_tname
 CGI file name. More...
 
fnet_http_cgi_handle_t handle
 Pointer to the CGI query handler. It's optional. More...
 
fnet_http_cgi_send_t send
 Pointer to the CGI response function. This function actually creates dynamic content of the CGI response. It's optional. More...
 

Detailed Description

CGI callback function table.

The last table element must have all fields set to zero as the end-of-table mark.

The Common Gateway Interface (CGI) is a standard for external gateway programs to interface with HTTP servers. A CGI function is executed in real-time, so that it can output dynamic information.

See also
fnet_http_params

Definition at line 123 of file fnet_http_cgi.h.


The documentation for this struct was generated from the following file:

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net