Summary
Adds a new request header.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .IO - Containing Type
- RequestHeaders
Syntax
public RequestHeaders Add(string name, string value)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the request header to add. |
| value | string | The value of the request header to add. |
Return Value
| Type | Description |
|---|---|
| RequestHeaders | The current instance. |
