Creates the specified request headers.
- Namespace
- Statiq
.Core - Containing Type
- WebRequestHeaders
Syntax
public WebRequestHeaders(IEnumerable<KeyValuePair<string, string>> headers)
Parameters
Name | Type | Description |
---|---|---|
headers | IEnumerable |
The request headers to create. |