Function listenHTTPDist
Listens for HTTP connections on the spefified load balancer using the given HTTP server settings
.
This function is usable as direct replacement of
Prototype
void listenHTTPDist(
HTTPServerSettings settings,
void delegate(HTTPServerRequest, HTTPServerResponse) handler,
string balancer_address,
ushort balancer_port = cast(ushort)11000u
);
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.