1 implementation of ParseRequestLine
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
63public bool ParseRequestLine(TRequestHandler handler, ref SequenceReader<byte> reader)
2 references to ParseRequestLine
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
221return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader); 228if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader))