Error message maximum age.
Form maximum age.
Maximum size an image can be (in bytes).
Multer uploader.
Admin authentication middleware.
Request object.
Response object.
Next function.
Authentication middleware.
Request object.
Response object.
Next function.
Convert a string from camel case to title case.
A camel case string.
The string in title case.
Delete the session ID cookie.
Response object.
Get the database manager.
Request object.
Get the error message cookie.
Request object.
Response object.
The error message or a null value.
Get the form cookie.
Request object.
Response object.
The form object or a null value.
Get the hostname of a request.
Request object.
Get the session ID cookie.
Request object.
The session ID.
Get the currently logged in user's ID.
Request object.
The user's ID.
Render an error page.
The error.
Request object.
Response object.
Render a webpage.
Request object.
Response object.
View to be rendered.
Options to be passed to the view.
HTTP status code.
Set the error message cookie.
Response object.
Error message.
Set the form cookie.
Response object.
Form object.
Set the session ID cookie.
Request object.
Response object.
A session ID.
Generated using TypeDoc
Utilities for routes.