namespace Microsoft.AspNetCore.Server.Kestrel.Core { public enum HttpProtocols { Http1AndHttp2AndHttp3 = 7, Http3 = 4, } }