native

ezhttp_get_user_data

Syntax

native ezhttp_get_user_data(EzHttpRequest:request_id, data[]);

Description

Returns the custom data associated with the request set by ezhttp_option_set_user_data.
This is the snapshot captured when the request was sent.

Parameters

request_id The request identifier.
data The buffer to store the user data.

Return

This function has no return value.