dango v0.2.1 (2020-04-23T18:11:26Z)
Dub
Repo
HTTPServer
dango
inject
factory
Undocumented in source.
version(unittest)
class
HTTPServer :
Server
{
this
();
this
(string host, ushort port);
string
host
();
ushort
port
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string host, ushort port)
Undocumented in source.
Members
Functions
host
string
host
()
Undocumented in source. Be warned that the author may not have intended to support it.
port
ushort
port
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Server
host
string
host
()
Undocumented in source.
port
ushort
port
()
Undocumented in source.
Meta
Source
See Implementation
dango
inject
factory
classes
HTTPServer
ServerFactory
functions
createComponentByCtor
interfaces
ComponentFactory
Server
templates
ComponentFactoryCtor
WrapDependencyFactory