14 references to ByteSpace
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\HttpParser.cs (14)
266
var nameEnd = headerLine.IndexOfAny(ByteColon,
ByteSpace
, ByteTab);
296
if (ch ==
ByteSpace
|| ch == ByteTab)
306
if (ch <=
ByteSpace
&& (ch ==
ByteSpace
|| ch == ByteTab))
313
if (ch != ByteTab && ch !=
ByteSpace
)
331
if (ch <=
ByteSpace
&& (ch ==
ByteSpace
|| ch == ByteTab))
338
if (ch != ByteTab && ch !=
ByteSpace
)
453
if (ch ==
ByteSpace
|| ch == ByteQuestionMark || ch == BytePercentage)
466
var index = requestLine.Slice(offset).IndexOfAny(
ByteSpace
, ByteQuestionMark, BytePercentage);
474
index = requestLine.Slice(offset).IndexOfAny(
ByteSpace
, ByteQuestionMark);
490
if (ch ==
ByteSpace
)
501
while ((uint)offset < (uint)requestLine.Length && requestLine[offset] ==
ByteSpace
)
554
if (invalidIndex <= 0 || span[invalidIndex] !=
ByteSpace
)