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