2 references to HeaderCollection
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (2)
40Headers = new HeaderCollection(); 149public HeaderCollection Trailers => _trailers ??= new HeaderCollection(checkTrailers: true) { IsReadOnly = BodyIsFinished };