Anope IRC Services
Version 2.0
|
#include <register.h>
Public Member Functions | |
Register (const Anope::string &u) | |
bool | OnRequest (HTTPProvider *, const Anope::string &, HTTPClient *, HTTPMessage &, HTTPReply &) anope_override |
![]() | |
WebPanelPage (const Anope::string &u, const Anope::string &ct="text/html") | |
![]() | |
HTTPPage (const Anope::string &u, const Anope::string &ct="text/html") | |
const Anope::string & | GetURL () const |
const Anope::string & | GetContentType () const |
![]() | |
Base () | |
virtual | ~Base () |
void | AddReference (ReferenceBase *r) |
void | DelReference (ReferenceBase *r) |
Definition at line 13 of file register.h.
|
inline |
Definition at line 16 of file register.h.
|
virtual |
Called when this page is requested
The | server this page is on |
The | page name |
The | client requesting the page |
The | HTTP header sent from the client to request the page |
The | HTTP header that will be sent back to the client |
Implements WebPanelPage.
Definition at line 10 of file register.cpp.
References page_title, and TemplateFileServer::Serve().