Answers for "yii2 change transport"

0

yii2 change transport

use yii\httpclient\Client;

$client = new Client([
    'transport' => 'yii\httpclient\CurlTransport'
]);
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language