9 references to Get
InMemory.FunctionalTests (1)
ResponseTests.cs (1)
614
HttpMethod.
Get
,
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Stream.cs (1)
701
Method = HttpMethod.
Get
;
Internal\Http3\Http3Stream.cs (1)
248
Method = HttpMethod.
Get
;
Internal\Infrastructure\HttpUtilities.cs (2)
222
return HttpMethod.
Get
;
340
HttpMethod.
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)
48
CreateTestDataEntry(_methodGet, (int)HttpMethod.
Get
, 3, true),
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Mocks\NullParser.cs (1)
39
new HttpVersionAndMethod(HttpMethod.
Get
, 3) { Version = HttpVersion.Http11 },