- addUser
void addUser(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- auth
HttpServerRequestDelegate auth(void delegate(HttpServerRequest, HttpServerResponse, User[string], User) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteConfig
void deleteConfig(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- deletePost
void deletePost(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteUser
void deleteUser(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPageCount
int getPageCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPostsForPage
Post[] getPostsForPage(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- getShowPagePath
string getShowPagePath(int page)
Undocumented in source. Be warned that the author may not have intended to support it.
- postComment
void postComment(HttpServerRequest req, HttpServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- putConfig
void putConfig(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- putPost
void putPost(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- putUser
void putUser(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- rssFeed
void rssFeed(HttpServerRequest req, HttpServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- showAdminPanel
void showAdminPanel(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showConfigEdit
void showConfigEdit(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showConfigList
void showConfigList(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showEditPost
void showEditPost(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showEditPosts
void showEditPosts(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showMakePost
void showMakePost(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showPost
void showPost(HttpServerRequest req, HttpServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- showPostList
void showPostList(HttpServerRequest req, HttpServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
- showUserEdit
void showUserEdit(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.
- showUserList
void showUserList(HttpServerRequest req, HttpServerResponse res, User[string] users, User loginUser)
Undocumented in source. Be warned that the author may not have intended to support it.