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