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