string|boolean public
\Bitrix\Main\Web\HttpClient::post(
string $url,
array|string|resource $postData = null
);
Performs POST request.
Parameters
ParameterDescriptionVersion
$urlAbsolute URI eg. "http://user:pass @ host:port/path/?query".
$postDataEntity of POST/PUT request. If it's resource handler then data will be read directly from the stream.
Examples