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