native

ezhttp_get_data

Syntax

native ezhttp_get_data(EzHttpRequest:request_id, buffer[], max_len);

Description

Gets the response data of the request.

Parameters

request_id The request identifier.
buffer The buffer to store the data in.
max_len The maximum length of the buffer.

Note

This native can only be used in the on_complete callback.

Return

This function has no return value.