Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/stripe/stripe-php/lib/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php

<?php

namespace Stripe;

/**
 * Interface for a Stripe client.
 */
interface StripeStreamingClientInterface extends BaseStripeClientInterface
{
    public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts);
}