Needing help with basic HTTP requests..

Adam D. Ruppe destructionator at gmail.com
Tue Jul 9 05:24:41 PDT 2013


BTW I also wrote a more complete lower level implementation too:

https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/http.d

My code is kinda ugly, but might be useful to refer to too. http 
has some other features you'll need to think about, like chunked 
data transfer, to have a more complete implementation, and I have 
some openssl code in there too. Of course, curl takes care of all 
this too.


More information about the Digitalmars-d-learn mailing list