VibedServer

Undocumented in source.

Members

Functions

registerContentService
IServer registerContentService(IContentMiddleware middleware)
Undocumented in source. Be warned that the author may not have intended to support it.
registerMailService
IServer registerMailService(IMailService mailService)
Undocumented in source. Be warned that the author may not have intended to support it.
registerPostService
IServer registerPostService(IPostMiddleware middleware)
Undocumented in source. Be warned that the author may not have intended to support it.
registerPreService
IServer registerPreService(IPreMiddleware middleware)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup(string[] ipAddresses, ushort port, bool debugMode, string staticFilesFolder)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

contentServices
IContentMiddleware[] contentServices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mailService
IMailService mailService [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
postServices
IPostMiddleware[] postServices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
preServices
IPreMiddleware[] preServices [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

register
void register()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta