KestrunResponse.Headers property
Gets or sets the collection of HTTP headers for the response.
public Dictionary<string, string> Headers { get; set; }
See Also
- class KestrunResponse
- namespace Kestrun.Models
Gets or sets the collection of HTTP headers for the response.
public Dictionary<string, string> Headers { get; set; }