on std.net.curl high level functions

Mengu via Digitalmars-d digitalmars-d at puremagic.com
Sat Oct 24 17:14:37 PDT 2015


hi all

what do you think about high level functions such as get, post, 
put, delete returning a Request object with status code, headers 
and content as its properties rather than just the content? this 
would make things easier for n00bs and newcomers to D as everyone 
would not have to create their own httprequest.d file in order to 
get the status and headers along with the content.


More information about the Digitalmars-d mailing list