beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
Server
beangle
web
server
Undocumented in source.
class
Server {
string
[]
ips
;
ushort
port
;
string
contextPath
;
this
(string[] ips, ushort port, string contextPath);
static
Server
parse
(string content);
string
listenAddr
[@property getter];
}
Constructors
this
this
(string[] ips, ushort port, string contextPath)
Undocumented in source.
Members
Properties
listenAddr
string
listenAddr
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Server
parse
(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
contextPath
string
contextPath
;
Undocumented in source.
ips
string
[]
ips
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
Meta
Source
See Implementation
beangle
web
server
classes
Server
functions
getConfigXml
getServer
parseServer