new XML and JSON libs and replacement of std.net.curl

yawniek via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 16 06:13:15 PDT 2016


On Tuesday, 16 August 2016 at 10:06:05 UTC, ikod wrote:
> On Tuesday, 16 August 2016 at 09:16:40 UTC, yawniek wrote:
>
> There is common http message parser that used in nginx and 
> nodejs. I think it can be ported from C to D.

that is pico, see:
https://github.com/nodejs/http-parser/pull/200
https://github.com/h2o/picohttpparser/issues/7

>  But async library accepted as standard need before this.
i don't think there is any temporal dependency between an 
eventloop and a http parser making it into phobos.
only later then a simple http server or client needs both (+ TLS 
).




More information about the Digitalmars-d-learn mailing list