apps/httpd/cgi.c File Reference
Detailed Description
HTTP server script language C functions file.
- Author:
- Adam Dunkels <adam@dunkels.com>
This file contains functions that are called by the web server scripts. The functions takes one argument, and the return value is interpreted as follows. A zero means that the function did not complete and should be invoked for the next packet as well. A non-zero value indicates that the function has completed and that the web server should move along to the next script line.
#include "uip.h"
#include "cgi.h"
#include "httpd.h"
#include "fs.h"
#include <stdio.h>
#include <string.h>
Include dependency graph for cgi.c:
|
Variables |
cgifunction | cgitab [] |
| A table containing pointers to C functions that can be called from a web server script.
|
Generated on Tue Oct 7 15:51:03 2003 for uIP 0.9 by
1.3.3