9 references to Put
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
619
HttpMethod.
Put
,
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1MessageBody.cs (1)
208
if (httpVersion == HttpVersion.Http10 && (context.Method == HttpMethod.Post || context.Method == HttpMethod.
Put
))
Internal\Infrastructure\HttpUtilities.cs (1)
345
HttpMethod.
Put
,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
42
SetKnownMethod(_mask4Chars, _httpPutMethodLong, HttpMethod.
Put
, 3);
58
_methodNames[(byte)HttpMethod.
Put
] = HttpMethods.Put;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
HttpUtilitiesTest.cs (1)
22
[InlineData("PUT / HTTP/1.1", true, "PUT", (int)HttpMethod.
Put
)]
KnownStringsTests.cs (1)
49
CreateTestDataEntry(_methodPut, (int)HttpMethod.
Put
, 3, true),
MessageBodyTests.cs (2)
559
[InlineData((int)HttpMethod.
Put
)]
574
[InlineData((int)HttpMethod.
Put
)]