tsHttpConn Interface Reference
#include <lwip/httpd/httpd.h>
List of all members.
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.
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.