It has HTTP/2, a new encryption library, it uses a native TCP event library, lots of refactoring. In short, the entire thing is in D rather than linking with OpenSSL and libevent.It's MIT licensed. I have it here: https://github.com/etcimon/vibe.d
Cool! 1. Do you plain to merge it's with original dub?2. "new encryption library" does it's written entirely in D and do all that do OpenSSL? 3. Do you any plan to add some futures from net.curl? I really dislike to use it, I would like native lib.