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 ).


Reply via email to