I use Tango's example from
http://www.dsource.org/projects/tango/docs/stable/

// open a web-page for posting (see HttpGet for simple reading)
auto post = new HttpPost ("http://yourhost/yourpath";);

// send, retrieve and display response
Cout (cast(char[]) post.write("posted data", "text/plain"));


but it cannot post to a http's' address.

Can anyone advise me, i cannot find any other information online.

Thanks

Reply via email to