6 references to Patch
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
617
HttpMethod.
Patch
,
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\HttpUtilities.cs (1)
347
HttpMethod.
Patch
,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
45
SetKnownMethod(_mask6Chars, _httpPatchMethodLong, HttpMethod.
Patch
, 5);
56
_methodNames[(byte)HttpMethod.
Patch
] = HttpMethods.Patch;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpUtilitiesTest.cs (1)
20
[InlineData("PATCH / HTTP/1.1", true, "PATCH", (int)HttpMethod.
Patch
)]
KnownStringsTests.cs (1)
53
CreateTestDataEntry(_methodPatch, (int)HttpMethod.
Patch
, 5, true),