#include "psock.h"
#include "httpd.h"
Go to the source code of this file.
Data Structures | |
struct | httpd_cgi_call |
Defines | |
#define | HTTPD_CGI_CALL(name, str, function) |
HTTPD CGI function declaration. | |
Functions | |
typedef | PT_THREAD ((*httpd_cgifunction)(struct httpd_state *, char *)) |
httpd_cgifunction | httpd_cgi (char *name) |
void | httpd_cgi_init (void) |
void | cgiProcessFormInput (char *pcInputString, int xInputLength) |
Web server script interface header file
Definition in file httpd-cgi.h.