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