dlang-requests
dlang-requests copied to clipboard
HTTP/2 status
Just out of interest: do I remember correctly that you plan to implement HTTP/2?
Do you have a public roadmap?
Hello, At the moment I have no answer re plans to implement http/2. And there are several questions:
- Not sure that http2 have any advantages over http/1 for non-browser applications, but I may be wrong.
- All http/2 implementations, which I can see, require event loop. So looks like I have to select event loop as first step.
- Should I reuse some library like nghttp2 or write it from scratch?
Re. public roadmap - there are some things that I would like to fix in current code: buffer management, API cleanup, and I'd like to implement command-line tool like "wget" using dlang-requests - it would be good use case, and good test for feature completeness.
Apple use http2 to push message, so I want this feature too.