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