on std.net.curl high level functions

tired_eyes via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 26 03:47:18 PDT 2015


On Sunday, 25 October 2015 at 00:14:38 UTC, Mengu wrote:
> 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.

I've tried to use std.net.curl but ended using etc.c.curl and 
arsd due to incompleteness of the current implementaton. 
Currently std.net.curl lacks some trivial things, and this topic 
was discussed before (but AFAIK no clear decision was made).


More information about the Digitalmars-d mailing list