native
ezhttp_option_set_header
Syntax
native ezhttp_option_set_header(EzHttpOptions:options_id, const key[], const value[]);
Description
Sets a header for the HTTP request.
Parameters
| options_id | Options identifier created via ezhttp_create_options(). |
|---|---|
| key | The key of the header. |
| value | The value of the header. |
Return
This function has no return value.