Reading web pages

Bystroushaak bystrousak at kitakitsune.org
Fri Jan 20 06:39:09 PST 2012


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


More information about the Digitalmars-d-learn mailing list