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