The end of curl (in phobos)

ikod via Digitalmars-d digitalmars-d at puremagic.com
Sat May 7 02:46:36 PDT 2016


On Friday, 6 May 2016 at 10:27:54 UTC, yawniek wrote:
> On Friday, 6 May 2016 at 09:21:43 UTC, Andrei Alexandrescu 
> wrote:
>> On 5/6/16 10:32 AM, Robert burner Schadek wrote:
>>> As discussed yesterday at DConf, curl in phobos must go.
>>>
>>> The plan is as follows.
>>>
>>> 1. undocument everything curl related in may 2016
>>> 2. deprecate everything curl related in may 2017
>>> 3. delete everything curl related in may 2018
>>> 3.1 move curl stuff to undead
>>>
>>> PR: https://github.com/dlang/phobos/pull/4283
>>
>> 0. Write curl replacement
>
> https://github.com/ikod/dlang-requests looks very promising, 
> maybe it could be re-licenced?

Hello,

Just some notes...
I'm going to add some missed features like cookies, file 
downloads, maybe other high level features. My goal is something 
like python "requests" library.

What do you mean under re-licensing?



More information about the Digitalmars-d mailing list