|
|||
|
|||
|
#include "inspircd.h"#include "httpd.h"Include dependency graph for m_httpd.cpp:

Go to the source code of this file.
Classes | |
| class | HttpServerSocket |
| A socket used for HTTP transport. More... | |
| class | HttpListener |
| Spawn HTTP sockets from a listener. More... | |
| class | ModuleHttpServer |
Enumerations | |
| enum | HttpState { HTTP_SERVE_WAIT_REQUEST = 0, HTTP_SERVE_RECV_POSTDATA = 1, HTTP_SERVE_SEND_DATA = 2 } |
| HTTP socket states. More... | |
Variables | |
| static ModuleHttpServer * | HttpModule |
| static bool | claimed |
|
|
HTTP socket states.
Definition at line 27 of file m_httpd.cpp. |
|
|
Definition at line 23 of file m_httpd.cpp. Referenced by ModuleHttpServer::OnRequest(), and HttpServerSocket::ServeData(). |
|
|
Definition at line 20 of file m_httpd.cpp. |