swoole_http_client->execute

更底层的Http请求方法,需要代码中调用setMethodsetData等接口设置请求的方法和数据。

function swoole_http_client->execute(string $path, callable $callback);