MeterLogger
|
#include <user/httpd.h>
Data Fields | |
struct espconn * | conn |
char * | url |
char * | getArgs |
const void * | cgiArg |
void * | cgiData |
HttpdPriv * | priv |
cgiSendCallback | cgi |
int | postLen |
char * | postBuff |
cgiSendCallback HttpdConnData::cgi |
Definition at line 26 of file httpd.h.
Referenced by httpdDisconCb(), httpdRetireConn(), httpdSendResp(), and httpdSentCb().
const void* HttpdConnData::cgiArg |
Definition at line 23 of file httpd.h.
Referenced by authBasic(), cgiEspFsTemplate(), cgiRedirect(), and httpdSendResp().
void* HttpdConnData::cgiData |
Definition at line 24 of file httpd.h.
Referenced by cgiEspFsHook(), cgiEspFsTemplate(), and httpdSendResp().
struct espconn* HttpdConnData::conn |
Definition at line 20 of file httpd.h.
Referenced by authBasic(), cgiEspFsHook(), cgiEspFsTemplate(), cgiRedirect(), cgiSetup(), cgiWifiSetMode(), httpdConnectCb(), httpdDisconCb(), httpdInit(), httpdRetireConn(), httpdSentCb(), and xmitSendBuff().
char* HttpdConnData::getArgs |
Definition at line 22 of file httpd.h.
Referenced by cgiWifiSetMode(), and httpdParseHeader().
char* HttpdConnData::postBuff |
Definition at line 28 of file httpd.h.
Referenced by cgiSetup(), httpdConnectCb(), httpdParseHeader(), httpdRecvCb(), and httpdRetireConn().
int HttpdConnData::postLen |
Definition at line 27 of file httpd.h.
Referenced by httpdConnectCb(), httpdParseHeader(), and httpdRecvCb().
HttpdPriv* HttpdConnData::priv |
Definition at line 25 of file httpd.h.
Referenced by httpdConnectCb(), httpdGetHeader(), httpdParseHeader(), httpdRecvCb(), httpdSend(), httpdSentCb(), and xmitSendBuff().
char* HttpdConnData::url |
Definition at line 21 of file httpd.h.
Referenced by cgiEspFsHook(), cgiEspFsTemplate(), httpdParseHeader(), httpdRecvCb(), and httpdSendResp().