Swoole\Http\Client::setData

(PECL swoole >= 1.9.0)

Swoole\Http\Client::setDataSet the HTTP request body data.

Description

publicSwoole\Http\Client::setData(string$data): ReturnType

The HTTP method will be changed to be POST.

Parameters

data

Return Values

To Top