3 references to Query
Microsoft.AspNetCore.Http.Abstractions (2)
HttpMethods.cs (2)
165
return Equals(
Query
, method);
194
string _ when IsQuery(method) =>
Query
,
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
HttpMethodslTests.cs (1)
23
(new string[] { "QUERY", "Query", "query" }, HttpMethods.
Query
),