dlang-requests icon indicating copy to clipboard operation
dlang-requests copied to clipboard

HTTP/2 status

Open wilzbach opened this issue 8 years ago • 2 comments

Just out of interest: do I remember correctly that you plan to implement HTTP/2?

Do you have a public roadmap?

wilzbach avatar Feb 18 '17 22:02 wilzbach

Hello, At the moment I have no answer re plans to implement http/2. And there are several questions:

  1. Not sure that http2 have any advantages over http/1 for non-browser applications, but I may be wrong.
  2. All http/2 implementations, which I can see, require event loop. So looks like I have to select event loop as first step.
  3. 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.

ikod avatar Feb 20 '17 17:02 ikod

Apple use http2 to push message, so I want this feature too.

Domain avatar Nov 01 '17 02:11 Domain