4 references to Put
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1MessageBody.cs (1)
224if (httpVersion == HttpVersion.Http10 && (context.Method == HttpMethod.Post || context.Method == HttpMethod.Put))
Internal\Infrastructure\HttpUtilities.cs (1)
345HttpMethod.Put,
Internal\Infrastructure\HttpUtilities.Generated.cs (2)
42SetKnownMethod(_mask4Chars, _httpPutMethodLong, HttpMethod.Put, 3); 58_methodNames[(byte)HttpMethod.Put] = HttpMethods.Put;