File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/stripe/stripe-php/lib/HttpClientLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: StreamingClientInterface.php <?php namespace WPForms\Vendor\Stripe\HttpClient; interface StreamingClientInterface { /** * @param 'delete'|'get'|'post' $method The HTTP method being used * @param string $absUrl The URL being requested, including domain and protocol * @param array $headers Headers to be used in the request (full strings, not KV pairs) * @param array $params KV pairs for parameters. Can be nested for arrays and hashes * @param bool $hasFile Whether or not $params references a file (via an @ prefix or * CURLFile) * @param callable $readBodyChunkCallable a function that will be called with chunks of bytes from the body if the request is successful * * @throws \Stripe\Exception\ApiConnectionException * @throws \Stripe\Exception\UnexpectedValueException * * @return array an array whose first element is raw request body, second * element is HTTP status code and third array of HTTP headers */ public function requestStream($method, $absUrl, $headers, $params, $hasFile, $readBodyChunkCallable); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirClientInterface.phpFile1,006.00 B Rename | Delete | EditCurlClient.phpFile25.74 KB Rename | Delete | EditStreamingClientInterface.phpFile1.07 KB Rename | Delete | Edit