native

ezhttp_option_set_body

Syntax

native ezhttp_option_set_body(EzHttpOptions:options_id, const body[]);

Description

Sets the request body.

Parameters

options_id Options identifier created via ezhttp_create_options().
body Request body.

Return

This function has no return value.