6 references to Post
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1MessageBody.cs (1)
224
if (httpVersion == HttpVersion.Http10 && (context.Method == HttpMethod.
Post
|| context.Method == HttpMethod.Put))
Internal\Http2\Http2Stream.cs (1)
705
Method = HttpMethod.
Post
;
Internal\Http3\Http3Stream.cs (1)
272
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;