|
Teonet library
0.4.7
|
File: teo_web.h Author: Kirill Scherba kirill@scherba.ru More...
#include <teo_web.h>
Data Fields | |
| void * | ke |
| Ponter to ksnetEvMgrClass. More... | |
| void * | kws |
| Pointer to teoWSClass. More... | |
| void * | ta |
| Pointer to teoAuthClass. More... | |
| teoweb_config * | conf |
| Pointer to teoweb_config. More... | |
| char * | s_http_port |
| HTTP port. More... | |
| struct mg_serve_http_opts | s_http_server_opts |
| HTTP server options. More... | |
| pthread_t | tid |
| HTTP thread id. More... | |
| int | stop |
| Stop HTTP server flag. More... | |
| int | stopped |
| HTTP server is stopped. More... | |
File: teo_web.h Author: Kirill Scherba kirill@scherba.ru
Teonet HTTP/WS Server module
Created on October 2, 2015, 12:04 AM HTTP module class data
| teoweb_config* ksnHTTPClass::conf |
Pointer to teoweb_config.
Referenced by ksnHTTPInit().
| void* ksnHTTPClass::ke |
Ponter to ksnetEvMgrClass.
Referenced by ksnHTTPInit(), and teoWSInit().
| void* ksnHTTPClass::kws |
Pointer to teoWSClass.
Referenced by ksnHTTPInit().
| char* ksnHTTPClass::s_http_port |
HTTP port.
Referenced by ksnHTTPDestroy(), and ksnHTTPInit().
| struct mg_serve_http_opts ksnHTTPClass::s_http_server_opts |
HTTP server options.
Referenced by ksnHTTPInit().
| int ksnHTTPClass::stop |
Stop HTTP server flag.
Referenced by ksnHTTPDestroy(), and ksnHTTPInit().
| int ksnHTTPClass::stopped |
HTTP server is stopped.
Referenced by ksnHTTPDestroy(), and ksnHTTPInit().
| void* ksnHTTPClass::ta |
Pointer to teoAuthClass.
Referenced by ksnHTTPDestroy(), and ksnHTTPInit().
| pthread_t ksnHTTPClass::tid |
HTTP thread id.
Referenced by ksnHTTPInit().