KestrunRuntimeInfo.KnownFeature enumeration

Built-in Kestrun feature keys. Add more as you gate new APIs by TFM.

public enum KnownFeature

Values

name value description
Http3 0 Kestrel HTTP/3 listener support (requires QUIC at runtime)
SuppressReadingTokenFromFormBody 1 Suppresses reading the antiforgery token from the form body

See Also