11 references to Post
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
618
HttpMethod.
Post
,
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1MessageBody.cs (1)
208
if (httpVersion == HttpVersion.Http10 && (context.Method == HttpMethod.
Post
|| context.Method == HttpMethod.Put))
Internal\Http2\Http2Stream.cs (1)
706
Method = HttpMethod.
Post
;
Internal\Http3\Http3Stream.cs (1)
253
Method = HttpMethod.
Post
;
Internal\Infrastructure\HttpUtilities.cs (1)
346
HttpMethod.
Post
,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
44
SetKnownMethod(_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)
50
CreateTestDataEntry(_methodPost, (int)HttpMethod.
Post
, 4, true),
MessageBodyTests.cs (2)
558
[InlineData((int)HttpMethod.
Post
)]
573
[InlineData((int)HttpMethod.
Post
)]