MityDSP Documentation Index
Classes | Typedefs | Variables
httpd.h File Reference
#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 Documentation

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().

Parameters:
httpconnPointer to the web connection structure for this request.
See also:
tsHttpdCgiTable
tcHttpd::html_write

Variable Documentation

const int MAX_HTTP_ADDR_LEN = 32
static

  
Generated on Mon Apr 22 2013 11:33:32 for MityDSP Net by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.