native

ezhttp_option_set_user_data

Syntax

native ezhttp_option_set_user_data(EzHttpOptions:options_id, const data[], len);

Description

Sets a custom request data for the HTTP request.
The data is copied into the request when it is sent, so reusing or destroying the options later is safe.

Parameters

options_id Options identifier created via ezhttp_create_options().
data The user data to set.
len The length of the user data.

Return

This function has no return value.