MityDSP Documentation Index

tsHttpConn Interface Reference

#include <lwip/httpd/httpd.h>

List of all members.

Public Attributes

bool in_use
tcHttpdhttpd
int socket
struct sockaddr_in client_saddr
void * user1
tsHttpReq req
int pos
char method_buff [256]
char line_buff [256]
tsHtmlBuff * html_buff

Detailed Description

This structure specifies a httpd client connection. Each connection will have a unique tsHttpConn structure to define it. A pointer to the connection structure is passed in most functions in the tcHttpd class.


Member Data Documentation

This field will be set to true if the connection is in use.

Pointer to the tcHttpd object which owns this connection.

struct sockaddr_in tsHttpConn::client_saddr [read]

The IP address for the client using this connection.

Application provided parameter. The web server does not use this parameter except to pass back to the application. Typically this will be used to reference back to an application class or structure.

Information about the HTTP request made to this connection.

tsHtmlBuff* tsHttpConn::html_buff

  
Generated on Fri Sep 23 16:34:01 2011 for MityDSP Net by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.