9 references to Get
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
608HttpMethod.Get,
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Stream.cs (1)
689Method = HttpMethod.Get;
Internal\Http3\Http3Stream.cs (1)
247Method = HttpMethod.Get;
Internal\Infrastructure\HttpUtilities.cs (2)
206return HttpMethod.Get; 324HttpMethod.Get,
Internal\Infrastructure\HttpUtilities.Generated.cs (1)
53_methodNames[(byte)HttpMethod.Get] = HttpMethods.Get;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpUtilitiesTest.cs (1)
18[InlineData("GET / HTTP/1.1", true, "GET", (int)HttpMethod.Get)]
KnownStringsTests.cs (1)
48CreateTestDataEntry(_methodGet, (int)HttpMethod.Get, 3, true),
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Mocks\NullParser.cs (1)
39new HttpVersionAndMethod(HttpMethod.Get, 3) { Version = HttpVersion.Http11 },