This module is very simple, only for HTTP protocol, but there is way how to add HTTPS:

public void setTcpSocketCreator(TcpSocket function(string domain, ushort port) fn)

You can add lambda function which return SSL socket, which will be called for every connection.

FTP is not supported - it is DHTTPCLient, not DFTPClient :)

On 20.1.2012 15:24, Xan xan wrote:
For the other hand, how to specify the protocol? It's not the same
http://foo  thanftp://foo

Reply via email to