Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

HttpGet over Proxy

Moderators: larsivi kris

Posted: 03/22/08 11:29:31

Hi,

could anybody tell me how to route a http request over a proxy server? I need to enhance the following code lines:

HttpGet? pagegateway = new HttpGet?(url);
rvalue = cast(char[]) pagegateway.read;
pagegateway.close();

Regards Engineer

Author Message

Posted: 03/22/08 16:39:41

alas, no proxy support at this time. Would you like to add that?