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 req, HttpServerResponse res) handler, string balancer_address, ushort balancer_port );
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.