#include <std_types.h>
#include <net/DSPNetStack.h>
#include <stdio.h>
Classes | |
interface | tsHttpReq |
interface | tsHttpConn |
interface | tsHttpdCgiTable |
interface | tsHttpdParams |
class | tcHttpd |
Typedefs | |
typedef void(* | tfHttpdCgiFunc )(tsHttpConn *httpconn) |
Variables | |
static const int | MAX_HTTP_ADDR_LEN = 32 |
typedef void(* tfHttpdCgiFunc)(tsHttpConn *httpconn) |
This application supplied callback function is called each time a web page contains the associated GGI include tag. This function MUST be specified in tsHttpdParams::cgi_table field passed to tcHttpd::run().
httpconn | Pointer to the web connection structure for this request. |
const int MAX_HTTP_ADDR_LEN = 32 [static] |