HTTP.SYS is the core of a Windows NT native web server; the async listen/accept loop, IOCP-based data transfer, etc.
IIS is built on top of HTTP.SYS.
I presume that it ships with Windows for ease of servicing; it is after all a kernel-mode driver (of sorts).
Does that mean that a HTTP.SYS Webserver will also Support QUIC?