![]() |
Embedded TCP/IP stack
4.7.0
|
CGI callback function table. More...
Data Fields | |
fnet_char_t * | name |
CGI file name. More... | |
fnet_http_srv_cgi_handle_t | handle |
Pointer to the CGI query handler. It's optional. More... | |
fnet_http_srv_cgi_send_t | send |
Pointer to the CGI response function. This function actually creates dynamic content of the CGI response. It's optional. More... | |
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.
Definition at line 123 of file fnet_http_srv_cgi.h.