1 implementation of OnStartLine
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1ParsingHandler.cs (1)
47public void OnStartLine(HttpVersionAndMethod versionAndMethod, TargetOffsetPathLength targetPath, Span<byte> startLine)
1 reference to OnStartLine
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
517handler.OnStartLine(versionAndMethod, path, startLine);