2.1.1
版本发布时间: 2018-01-02 19:13:48
graze/guzzle-jsonrpc最新发布版本:2.1.1(2018-01-02 19:13:48)
Register subscribers with the underlying guzzle client.
$client = new Client(
'https://example.com/jsonrpc',
['subscribers' => [new ErrorSubscriber()]]
);