2 references to HttpVersionAndMethod
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
92var versionAndMethod = new HttpVersionAndMethod(method, methodEnd);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Mocks\NullParser.cs (1)
39new HttpVersionAndMethod(HttpMethod.Get, 3) { Version = HttpVersion.Http11 },