6 references to Delete
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
607HttpMethod.Delete,
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\HttpUtilities.cs (1)
327HttpMethod.Delete,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
47SetKnownMethod(_mask7Chars, _httpDeleteMethodLong, HttpMethod.Delete, 6); 52_methodNames[(byte)HttpMethod.Delete] = HttpMethods.Delete;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpUtilitiesTest.cs (1)
17[InlineData("DELETE / HTTP/1.1", true, "DELETE", (int)HttpMethod.Delete)]
KnownStringsTests.cs (1)
54CreateTestDataEntry(_methodDelete, (int)HttpMethod.Delete, 6, true),