swoole_http_client->execute

最后更新于:2022-04-02 06:39:45

# swoole\_http\_client->execute 更底层的Http请求方法,需要代码中调用`setMethod`和`setData`等接口设置请求的方法和数据。 ~~~ function swoole_http_client->execute(string $path, callable $callback); ~~~
';