4 references to Put
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1MessageBody.cs (1)
224
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;