native

ezhttp_option_set_cookie

Syntax

native ezhttp_option_set_cookie(EzHttpOptions:options_id, const key[], const value[]);

Description

Sets a cookie for the HTTP request.

Parameters

options_id Options identifier created via ezhttp_create_options().
key The key of the cookie.
value The value of the cookie.

Return

This function has no return value.