We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9bf96 commit 6cdac95Copy full SHA for 6cdac95
components/HttpClient/Client.php
@@ -44,6 +44,7 @@ public function __construct( $options = array() ) {
44
case 'curl':
45
$transport = new CurlTransport( $this->state );
46
break;
47
+ case 'socket':
48
case 'sockets':
49
$transport = new SocketTransport( $this->state );
50
0 commit comments