add_header
Description:
Add a header called header
with the value value
to the call.
If a header with this name already exists, the new value will replace the old.
Parameters:
this |
The ProxyCall |
header |
The name of the header to set |
value |
The value of the header |