native

ezhttp_get_cookies

Syntax

native bool:ezhttp_get_cookies(EzHttpRequest:request_id, const key[], value[], max_len);

Description

Returns a cookie value by name.

Parameters

request_id The request identifier.
key The name of the cookie to retrieve.
value The buffer to store the value.
max_len The maximum length of the buffer.

Return

True if the cookie was found, false otherwise