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