6 references to Post
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1MessageBody.cs (1)
224if (httpVersion == HttpVersion.Http10 && (context.Method == HttpMethod.Post || context.Method == HttpMethod.Put))
Internal\Http2\Http2Stream.cs (1)
705Method = HttpMethod.Post;
Internal\Http3\Http3Stream.cs (1)
272Method = HttpMethod.Post;
Internal\Infrastructure\HttpUtilities.cs (1)
346HttpMethod.Post,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
44SetKnownMethod(_mask5Chars, _httpPostMethodLong, HttpMethod.Post, 4); 57_methodNames[(byte)HttpMethod.Post] = HttpMethods.Post;