native
ezhttp_get_headers
Syntax
native bool:ezhttp_get_headers(EzHttpRequest:request_id, const key[], value[], max_len);
Description
Returns a header value by name.
Parameters
| request_id | The request identifier. |
|---|---|
| key | The name of the header to retrieve. |
| value | The buffer to store the value. |
| max_len | The maximum length of the buffer. |
Return
True if the header was found, false otherwise