KestrunRequest.Headers property
Gets the headers for the request as a dictionary of key-value pairs.
public Dictionary<string, string> Headers { get; set; }
See Also
- class KestrunRequest
- namespace Kestrun.Models
Gets the headers for the request as a dictionary of key-value pairs.
public Dictionary<string, string> Headers { get; set; }