Function connectHTTP
Returns a HttpClient
proxy that is connected to the specified host
.
Internally, a connection pool is used to reuse already existing connections.
Prototype
connectHTTP( string host, ushort port, bool ssl ) auto;
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.