5 references to HeaderPath
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Stream.cs (3)
267if (StringValues.IsNullOrEmpty(HttpRequestHeaders.HeaderScheme) || StringValues.IsNullOrEmpty(HttpRequestHeaders.HeaderPath)) 276else if (!StringValues.IsNullOrEmpty(HttpRequestHeaders.HeaderScheme) || !StringValues.IsNullOrEmpty(HttpRequestHeaders.HeaderPath)) 314var path = HttpRequestHeaders.HeaderPath.ToString();
Internal\Http3\Http3Stream.cs (2)
1004if (!string.IsNullOrEmpty(HttpRequestHeaders.HeaderScheme) || !string.IsNullOrEmpty(HttpRequestHeaders.HeaderPath)) 1035var path = HttpRequestHeaders.HeaderPath.ToString();