grip_create_options
Create options with headers and some timeout.
Syntax
stock grip_create_options(const headers[][2][], const headers_count, Float:timeout = -1.0) {
Usage
| headers_count | Count of the header pairs. |
| timeout | timeout -1 to disable, >0 to enable timeout. |
Return
Request — options handle.
Notes
Options should be destroyed with the relevant call.
Defined in
grip.inc
at line 319
.
This documentation was automatically generated from source.