headers_set_value
Description:
public void headers_set_value (
string key,
Value value)
Set another header in the request headers list using Value.
Setting again the same key will update its value to the new one.
Parameters:
| this |
a Harvest
|
| key |
a header name
|
| value |
a string Value of header
|