File nut/include/pro/uhttp/modules/mod_cgi_func.h
Included Files
#include <nut/include/isc/list.h>
#include <nut/include/pro/uhttp/mediatypes.h>
Preprocessor definitions
#define _PRO_UHTTP_MODULES_MOD_CGI_H_
Typedef HTTP_CGI_FUNCTION
typedef struct _HTTP_CGI_FUNCTION HTTP_CGI_FUNCTION
See:
Type struct _HTTP_CGI_FUNCTION
Typedef HTTP_CGI_HANDLER
typedef int (*HTTP_CGI_HANDLER)(HTTPD_SESSION*)
Type struct _HTTP_CGI_FUNCTION
struct _HTTP_CGI_FUNCTION
struct _HTTP_CGI_FUNCTION
{
struct
{
HTTP_CGI_FUNCTION* prev;
HTTP_CGI_FUNCTION* next;
}
cgi_link;
char* cgi_uri;
HTTP_CGI_HANDLER cgi_handler;
}