6 references to Delete
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
613
HttpMethod.
Delete
,
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\HttpUtilities.cs (1)
343
HttpMethod.
Delete
,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
47
SetKnownMethod(_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)
54
CreateTestDataEntry(_methodDelete, (int)HttpMethod.
Delete
, 6, true),