native
ezhttp_option_append_body
Syntax
native ezhttp_option_append_body(EzHttpOptions:options_id, const body[]);
Description
Appends a body to the HTTP request.
Parameters
| options_id | Options identifier created via ezhttp_create_options(). |
|---|---|
| body | The body to append. |
Return
This function has no return value.