11 references to Post
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
612HttpMethod.Post,
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1MessageBody.cs (1)
203if (httpVersion == HttpVersion.Http10 && (context.Method == HttpMethod.Post || context.Method == HttpMethod.Put))
Internal\Http2\Http2Stream.cs (1)
694Method = HttpMethod.Post;
Internal\Http3\Http3Stream.cs (1)
252Method = HttpMethod.Post;
Internal\Infrastructure\HttpUtilities.cs (1)
330HttpMethod.Post,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
44SetKnownMethod(_mask5Chars, _httpPostMethodLong, HttpMethod.Post, 4); 57_methodNames[(byte)HttpMethod.Post] = HttpMethods.Post;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
HttpUtilitiesTest.cs (1)
21[InlineData("POST / HTTP/1.1", true, "POST", (int)HttpMethod.Post)]
KnownStringsTests.cs (1)
50CreateTestDataEntry(_methodPost, (int)HttpMethod.Post, 4, true),
MessageBodyTests.cs (2)
558[InlineData((int)HttpMethod.Post)] 573[InlineData((int)HttpMethod.Post)]