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