native

ezhttp_get_url

Syntax

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

Description

Returns the URL of the request.

Parameters

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

Return

This function has no return value.