Inheritance diagram for HTTPServer:
Public Member Functions | |
void | SetDomain (char *) |
int16 | StartServer (uint16 port) |
void | Log (char *) |
void | SetLogFile (LogFile *) |
BOOL | AddExtension (char *_ext, char *_path) |
BOOL | DelExtension (char *ext) |
BOOL | AddMimeType (char *_ext, char *_path) |
BOOL | DelMimeType (char *ext) |
void | SetDefault (char *def) |
BOOL | SetCustomErrorMsg (uint32 errcode, char *msg) |
void | AddAlias (char *_domain, char *_unix, char *_local, BOOL isScript=FALSE) |
BOOL | DelAlias (char *_unix) |
void | AddAuth (char *_local, char *_htpasswdfilename) |
BOOL | DelAuth (char *_local) |
Friends | |
class | HTTPSession |
Definition at line 463 of file network.hpp.