97 references to KnownHeaderType
Microsoft.AspNetCore.Server.Kestrel.Core (97)
Internal\Http\HttpHeaders.Generated.cs (64)
109
internal static (int index, bool matchedValue) MatchKnownHeaderQPack(
KnownHeaderType
knownHeader, string value)
113
case
KnownHeaderType
.Age:
121
case
KnownHeaderType
.ContentLength:
129
case
KnownHeaderType
.Date:
131
case
KnownHeaderType
.ETag:
133
case
KnownHeaderType
.LastModified:
135
case
KnownHeaderType
.Location:
137
case
KnownHeaderType
.SetCookie:
139
case
KnownHeaderType
.AcceptRanges:
147
case
KnownHeaderType
.AccessControlAllowHeaders:
159
case
KnownHeaderType
.AccessControlAllowOrigin:
167
case
KnownHeaderType
.CacheControl:
185
case
KnownHeaderType
.ContentEncoding:
195
case
KnownHeaderType
.ContentType:
223
case
KnownHeaderType
.Vary:
233
case
KnownHeaderType
.AccessControlAllowCredentials:
243
case
KnownHeaderType
.AccessControlAllowMethods:
255
case
KnownHeaderType
.AccessControlExposeHeaders:
263
case
KnownHeaderType
.AltSvc:
271
case
KnownHeaderType
.Server:
15255
_currentKnownType =
KnownHeaderType
.Connection;
15261
_currentKnownType =
KnownHeaderType
.ContentType;
15267
_currentKnownType =
KnownHeaderType
.Date;
15273
_currentKnownType =
KnownHeaderType
.Server;
15279
_currentKnownType =
KnownHeaderType
.AcceptRanges;
15285
_currentKnownType =
KnownHeaderType
.AccessControlAllowCredentials;
15291
_currentKnownType =
KnownHeaderType
.AccessControlAllowHeaders;
15297
_currentKnownType =
KnownHeaderType
.AccessControlAllowMethods;
15303
_currentKnownType =
KnownHeaderType
.AccessControlAllowOrigin;
15309
_currentKnownType =
KnownHeaderType
.AccessControlExposeHeaders;
15315
_currentKnownType =
KnownHeaderType
.AccessControlMaxAge;
15321
_currentKnownType =
KnownHeaderType
.Age;
15327
_currentKnownType =
KnownHeaderType
.Allow;
15333
_currentKnownType =
KnownHeaderType
.AltSvc;
15339
_currentKnownType =
KnownHeaderType
.CacheControl;
15345
_currentKnownType =
KnownHeaderType
.ContentEncoding;
15351
_currentKnownType =
KnownHeaderType
.ContentLanguage;
15357
_currentKnownType =
KnownHeaderType
.ContentLocation;
15363
_currentKnownType =
KnownHeaderType
.ContentMD5;
15369
_currentKnownType =
KnownHeaderType
.ContentRange;
15375
_currentKnownType =
KnownHeaderType
.ETag;
15381
_currentKnownType =
KnownHeaderType
.Expires;
15387
_currentKnownType =
KnownHeaderType
.GrpcEncoding;
15393
_currentKnownType =
KnownHeaderType
.KeepAlive;
15399
_currentKnownType =
KnownHeaderType
.LastModified;
15405
_currentKnownType =
KnownHeaderType
.Location;
15411
_currentKnownType =
KnownHeaderType
.Pragma;
15417
_currentKnownType =
KnownHeaderType
.ProxyAuthenticate;
15423
_currentKnownType =
KnownHeaderType
.ProxyConnection;
15429
_currentKnownType =
KnownHeaderType
.RetryAfter;
15435
_currentKnownType =
KnownHeaderType
.SetCookie;
15441
_currentKnownType =
KnownHeaderType
.Trailer;
15447
_currentKnownType =
KnownHeaderType
.TransferEncoding;
15453
_currentKnownType =
KnownHeaderType
.Upgrade;
15459
_currentKnownType =
KnownHeaderType
.Vary;
15465
_currentKnownType =
KnownHeaderType
.Via;
15471
_currentKnownType =
KnownHeaderType
.Warning;
15477
_currentKnownType =
KnownHeaderType
.WWWAuthenticate;
15483
_currentKnownType =
KnownHeaderType
.ContentLength;
15494
_currentKnownType =
KnownHeaderType
.Unknown;
17591
_currentKnownType =
KnownHeaderType
.ETag;
17597
_currentKnownType =
KnownHeaderType
.GrpcMessage;
17603
_currentKnownType =
KnownHeaderType
.GrpcStatus;
17615
_currentKnownType =
KnownHeaderType
.Unknown;
Internal\Http\HttpResponseHeaders.cs (2)
146
private
KnownHeaderType
_currentKnownType;
165
internal readonly
KnownHeaderType
CurrentKnownType => _currentKnownType;
Internal\Http\HttpResponseTrailers.cs (2)
55
private
KnownHeaderType
_currentKnownType;
74
internal readonly
KnownHeaderType
CurrentKnownType => _currentKnownType;
Internal\Http3\Http3HeadersEnumerator.cs (2)
25
private
KnownHeaderType
_knownHeaderType;
106
private bool SetCurrent(string name, StringValues value,
KnownHeaderType
knownHeaderType)
src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs (27)
38
private
KnownHeaderType
_knownHeaderType;
145
private bool SetCurrent(string name, StringValues value,
KnownHeaderType
knownHeaderType)
189
internal static int GetResponseHeaderStaticTableId(
KnownHeaderType
responseHeaderType)
194
case
KnownHeaderType
.CacheControl:
196
case
KnownHeaderType
.Date:
198
case
KnownHeaderType
.TransferEncoding:
200
case
KnownHeaderType
.Via:
202
case
KnownHeaderType
.Allow:
204
case
KnownHeaderType
.ContentType:
206
case
KnownHeaderType
.ContentEncoding:
208
case
KnownHeaderType
.ContentLanguage:
210
case
KnownHeaderType
.ContentLocation:
212
case
KnownHeaderType
.ContentRange:
214
case
KnownHeaderType
.Expires:
216
case
KnownHeaderType
.LastModified:
218
case
KnownHeaderType
.AcceptRanges:
220
case
KnownHeaderType
.Age:
222
case
KnownHeaderType
.ETag:
224
case
KnownHeaderType
.Location:
226
case
KnownHeaderType
.ProxyAuthenticate:
228
case
KnownHeaderType
.RetryAfter:
230
case
KnownHeaderType
.Server:
232
case
KnownHeaderType
.SetCookie:
234
case
KnownHeaderType
.Vary:
236
case
KnownHeaderType
.WWWAuthenticate:
238
case
KnownHeaderType
.AccessControlAllowOrigin:
240
case
KnownHeaderType
.ContentLength: