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