1 instantiation of HttpVersionAndMethod
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
421var versionAndMethod = new HttpVersionAndMethod(method, methodEnd);
4 references to HttpVersionAndMethod
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
393public void OnStartLine(HttpVersionAndMethod versionAndMethod, TargetOffsetPathLength targetPath, Span<byte> startLine)
Internal\Http\Http1ParsingHandler.cs (1)
47public void OnStartLine(HttpVersionAndMethod versionAndMethod, TargetOffsetPathLength targetPath, Span<byte> startLine)
Internal\Http\HttpParser.cs (1)
421var versionAndMethod = new HttpVersionAndMethod(method, methodEnd);
Internal\Http\IHttpRequestLineHandler.cs (1)
19HttpVersionAndMethod versionAndMethod,