3 references to Append
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
536HttpRequestHeaders.Append(name, value, checkForNewlineChars);
Internal\Http2\Http2Stream.cs (1)
732HttpRequestHeaders.Append(name, value, checkForNewlineChars: true);
Internal\Http3\Http3Stream.cs (1)
278HttpRequestHeaders.Append(name, value, checkForNewlineChars: true);