KestrunResponse.Headers property

Gets or sets the collection of HTTP headers for the response.

public Dictionary<string, string> Headers { get; set; }

See Also