WebInterface

Undocumented in source.

Constructors

this
this(Controller ctrl)
Undocumented in source.

Members

Functions

get
void get(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroup
void getGroup(HTTPServerRequest req, HTTPServerResponse res, string _group)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroups
void getGroups()
Undocumented in source. Be warned that the author may not have intended to support it.
getPost
void getPost(HTTPServerRequest req, HTTPServerResponse res, string _group, long _post)
Undocumented in source. Be warned that the author may not have intended to support it.
getPostArticle
void getPostArticle(HTTPServerRequest req, HTTPServerResponse res, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
getProfile
void getProfile(HTTPServerRequest req, User user, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
getRedirectShowPost
void getRedirectShowPost(HTTPServerRequest req, HTTPServerResponse res, string _group, long _thread, string _post)
Undocumented in source. Be warned that the author may not have intended to support it.
getThread
void getThread(HTTPServerRequest req, HTTPServerResponse res, string _group, long _thread)
Undocumented in source. Be warned that the author may not have intended to support it.
postArticle
void postArticle(HTTPServerRequest req, HTTPServerResponse res, string group, string subject, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
postMarkup
void postMarkup(HTTPServerRequest req, HTTPServerResponse res, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
postProfile
void postProfile(HTTPServerRequest req, User user)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

auth
enum auth;
Undocumented in source.

Mixins

__anonymous
mixin PrivateAccessProxy
Undocumented in source.

Meta