File "StripeStreamingClientInterface.php"

Full path: /home/stellafo/public_html/stripe-php/lib/StripeStreamingClientInterface.php
File size: 238 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

namespace Stripe;

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