1 implementation of ParseHeaders
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
196public bool ParseHeaders(TRequestHandler handler, ref SequenceReader<byte> reader)
2 references to ParseHeaders
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
252var result = _parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 271if (!_parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader))