8 references to HttpScheme
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Infrastructure\HttpUtilities.cs (7)
432
public static bool GetKnownHttpScheme(this Span<byte> span, out
HttpScheme
knownScheme)
438
knownScheme =
HttpScheme
.Http;
444
knownScheme =
HttpScheme
.Https;
448
knownScheme =
HttpScheme
.Unknown;
481
public static string? SchemeToString(
HttpScheme
scheme)
485
HttpScheme
.Http => HttpUriScheme,
486
HttpScheme
.Https => HttpsUriScheme,
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpUtilitiesTest.cs (1)
102
HttpUtilities.GetKnownHttpScheme(span, out
var
scheme);