vibedist v0.0.2 (2013-07-22T11:47:40Z)
Dub
Repo
PublicInterface
vibedist
engine
Undocumented in source.
class
PublicInterface : HTTPServerRequestHandler {
HTTPServerSettings
settings
;
string
path
;
Node
[]
nodes
;
void
handleRequest
(HTTPServerRequest req, HTTPServerResponse res);
}
Members
Functions
handleRequest
void
handleRequest
(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
nodes
Node
[]
nodes
;
Undocumented in source.
path
string
path
;
Undocumented in source.
settings
HTTPServerSettings
settings
;
Undocumented in source.
Meta
Source
See Implementation
vibedist
engine
classes
Node
PublicInterface
variables
g_interfaces