9 references to Head
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (6)
936if (Method != HttpMethod.Head && 1115if (Method == HttpMethod.Head && _responseBytesWritten > 0) 1136if (Method == HttpMethod.Head && _responseBytesWritten > 0) 1314return Method != HttpMethod.Head && 1324Method != HttpMethod.Head && 1396if (Method != HttpMethod.Head)
Internal\Infrastructure\HttpUtilities.cs (1)
341HttpMethod.Head,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
43SetKnownMethod(_mask5Chars, _httpHeadMethodLong, HttpMethod.Head, 4); 54_methodNames[(byte)HttpMethod.Head] = HttpMethods.Head;