digitalmars.D.learn - HTTP Post
- anonoymous coward <anoncoward nowhere.com> Jun 22 2008
- Regan Heath <regan netmail.co.nz> Jun 25 2008
- Regan Heath <regan netmail.co.nz> Jun 25 2008
does anyone have an example of doing a basic http post in d? i would greatly appreciate it!!! thank you for your time
Jun 22 2008
anonoymous coward wrote:does anyone have an example of doing a basic http post in d? i would greatly appreciate it!!! thank you for your time
Tango has support for http 'stuff', see: http://www.dsource.org/projects/tango/wiki/HomepageExample Regan
Jun 25 2008
Regan Heath wrote:anonoymous coward wrote:does anyone have an example of doing a basic http post in d? i would greatly appreciate it!!! thank you for your time
Tango has support for http 'stuff', see: http://www.dsource.org/projects/tango/wiki/HomepageExample
I should have said .. other examples can be found here: http://www.dsource.org/projects/tango/wiki/Examples What you want is an extension or modification of those, using the classes these examples introduce :) Regan
Jun 25 2008








Regan Heath <regan netmail.co.nz>