1 reference to _allowedHostChars
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\HttpCharacters.cs (1)
43
public static int IndexOfInvalidHostChar(ReadOnlySpan<char> span) => span.IndexOfAnyExcept(
_allowedHostChars
);