3 implementations of AltSvc
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1954StringValues IHeaderDictionary.AltSvc 9193StringValues IHeaderDictionary.AltSvc 15888StringValues IHeaderDictionary.AltSvc
3 writes to AltSvc
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
4371httpContext.Response.Headers.AltSvc = "Custom";
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
Http3Tests.cs (2)
58httpContext.Response.Headers.AltSvc = altsvc; 98httpContext.Response.Headers.AltSvc = altsvc;
1 reference to AltSvc
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpRequestHeadersTests.cs (1)
115Assert.Same(Array.Empty<string>(), (string[])headers.AltSvc);