Phue\Transport\Http::__construct PHP Method

__construct() public method

Construct Http transport
public __construct ( Client $client )
$client Phue\Client
    public function __construct(Client $client)
    {
        $this->client = $client;
    }