14 references to ByteSpace
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\HttpParser.cs (14)
247
var nameEnd = headerLine.IndexOfAny(ByteColon,
ByteSpace
, ByteTab);
277
if (ch ==
ByteSpace
|| ch == ByteTab)
287
if (ch <=
ByteSpace
&& (ch ==
ByteSpace
|| ch == ByteTab))
294
if (ch != ByteTab && ch !=
ByteSpace
)
312
if (ch <=
ByteSpace
&& (ch ==
ByteSpace
|| ch == ByteTab))
319
if (ch != ByteTab && ch !=
ByteSpace
)
434
if (ch ==
ByteSpace
|| ch == ByteQuestionMark || ch == BytePercentage)
447
var index = requestLine.Slice(offset).IndexOfAny(
ByteSpace
, ByteQuestionMark, BytePercentage);
455
index = requestLine.Slice(offset).IndexOfAny(
ByteSpace
, ByteQuestionMark);
471
if (ch ==
ByteSpace
)
482
while ((uint)offset < (uint)requestLine.Length && requestLine[offset] ==
ByteSpace
)
526
if (invalidIndex <= 0 || span[invalidIndex] !=
ByteSpace
)