Open
Description
We previously only exposed a ROM for IHttpSysRequestInfoFeature
since underlying data structure in Http.Sys were still subject to change. Given that the underlying API is now stable (as I understand based on the Windows API docs), we should replace this feature in favor of a feature with typed-data.
Checklist to track exposing the data via explicit APIs:
- HttpRequestInfoTypeAuth,
- HttpRequestInfoTypeChannelBind,
- HttpRequestInfoTypeSslProtocol,
- HttpRequestInfoTypeSslTokenBindingDraft and HttpRequestInfoTypeSslTokenBinding
- HttpRequestInfoTypeRequestTiming
- HttpRequestInfoTypeTcpInfoV0 and HttpRequestInfoTypeTcpInfoV1 (V1 is a superset of V0)
- HttpRequestInfoTypeRequestSizing
- HttpRequestInfoTypeQuicStats