aspnet / HttpSysServer

[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
106 stars 39 forks source link

Show HTTP/2 status on requests #471

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

This is the small part of #106 where we surface "HTTP/2" in Request.Protocol. ANCM in-proc will need a similar change.

Push promise is not happening until some future milestone.