HttpSettings.

Headers Property

Summary

Collection of headers to append to the http request
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
HttpSettings

Syntax

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

Value

Type Description
IDictionary<string, string>