8 references to Custom
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1Connection.cs (1)
428if (method == HttpMethod.Custom)
Internal\Http\HttpParser.cs (1)
412if (method == HttpMethod.Custom)
Internal\Http2\Http2Stream.cs (1)
359if (Method == HttpMethod.Custom)
Internal\Http3\Http3Stream.cs (1)
1137if (Method == HttpMethod.Custom)
Internal\Infrastructure\HttpUtilities.cs (4)
42var invalidHttpMethod = new Tuple<ulong, ulong, HttpMethod, int>(_mask8Chars, 0ul, HttpMethod.Custom, 0); 210return method != HttpMethod.Custom; 242return HttpMethod.Custom; 293return HttpMethod.Custom;