ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
FileServer
ae
demo
http
httpserve
Undocumented in source.
class
FileServer {
HttpServer
server
;
this
(ushort port);
void
onRequest
(HttpRequest request, HttpServerConnection conn);
}
Constructors
this
this
(ushort port)
Undocumented in source.
Members
Functions
onRequest
void
onRequest
(HttpRequest request, HttpServerConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
server
HttpServer
server
;
Undocumented in source.
Meta
Source
See Implementation
ae
demo
http
httpserve
classes
FileServer
functions
main