/
home
/
rekodeb
/
remorque
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Upload File
HOME
<?php namespace WPForms\Vendor\Stripe; /** * Interface for a Stripe client. */ interface StripeStreamingClientInterface extends BaseStripeClientInterface { public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts); }