Data Structures | Defines | Functions

httpd-cgi.h File Reference

#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)

Detailed Description

Web server script interface header file

Author:
Adam Dunkels <adam@sics.se>

Definition in file httpd-cgi.h.