MeterLogger
Data Fields
HttpdConnData Struct Reference

#include <user/httpd.h>

Collaboration diagram for HttpdConnData:

Data Fields

struct espconnconn
 
char * url
 
char * getArgs
 
const void * cgiArg
 
void * cgiData
 
HttpdPrivpriv
 
cgiSendCallback cgi
 
int postLen
 
char * postBuff
 

Detailed Description

Definition at line 19 of file httpd.h.

Field Documentation

◆ cgi

cgiSendCallback HttpdConnData::cgi

Definition at line 26 of file httpd.h.

Referenced by httpdDisconCb(), httpdRetireConn(), httpdSendResp(), and httpdSentCb().

◆ cgiArg

const void* HttpdConnData::cgiArg

Definition at line 23 of file httpd.h.

Referenced by authBasic(), cgiEspFsTemplate(), cgiRedirect(), and httpdSendResp().

◆ cgiData

void* HttpdConnData::cgiData

Definition at line 24 of file httpd.h.

Referenced by cgiEspFsHook(), cgiEspFsTemplate(), and httpdSendResp().

◆ conn

struct espconn* HttpdConnData::conn

◆ getArgs

char* HttpdConnData::getArgs

Definition at line 22 of file httpd.h.

Referenced by cgiWifiSetMode(), and httpdParseHeader().

◆ postBuff

char* HttpdConnData::postBuff

Definition at line 28 of file httpd.h.

Referenced by cgiSetup(), httpdConnectCb(), httpdParseHeader(), httpdRecvCb(), and httpdRetireConn().

◆ postLen

int HttpdConnData::postLen

Definition at line 27 of file httpd.h.

Referenced by httpdConnectCb(), httpdParseHeader(), and httpdRecvCb().

◆ priv

HttpdPriv* HttpdConnData::priv

◆ url

char* HttpdConnData::url

Definition at line 21 of file httpd.h.

Referenced by cgiEspFsHook(), cgiEspFsTemplate(), httpdParseHeader(), httpdRecvCb(), and httpdSendResp().


The documentation for this struct was generated from the following file: