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