MityDSP Documentation Index

e:/hudson/workspace/MityDSP MDK Release/trunk/sw/inc/net/httpd/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:
httpconn Pointer 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 Wed Mar 17 18:24:37 2010 for MityDSP Net by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.