1 write to AltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\BaseHttpConnectionContext.cs (1)
28
AltSvcHeader
= altSvcHeader;
5 references to AltSvcHeader
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpProtocol.cs (3)
1244
if (_context.
AltSvcHeader
!= null && !responseHeaders.HasAltSvc)
1246
responseHeaders.SetRawAltSvc(_context.
AltSvcHeader
.Value, _context.
AltSvcHeader
.RawBytes);
Internal\Http2\Http2Connection.cs (1)
894
_context.
AltSvcHeader
,
Internal\Http3\Http3Connection.cs (1)
664
_context.
AltSvcHeader
,