Summary
Creates the specified request headers.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- RequestHeaders
Syntax
public RequestHeaders(IEnumerable<KeyValuePair<string, string>> headers)
Parameters
Name | Type | Description |
---|---|---|
headers | IEnumerable |
The request headers to create. |
Return Value
Type | Description |
---|---|
void |