Add support for HTTP 2.0.
HTTP 2.0 does define a mechanism for a client to "upgrade" from HTTP 1.1 to 2.0
dynamically, or jump right into HTTP 2.0 if the server is already known to
implement 2.0. So it might be possible to add HTTP 2.0 support to TIdHTTP and
TIdHTTPServer instead of creating new components. Supporting multiplexing and
server pushes would take some work, though.
Original issue reported on code.google.com by gambit47 on 2 May 2015 at 1:51
Original issue reported on code.google.com by
gambit47
on 2 May 2015 at 1:51