📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 14:36:13
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wp-mail-smtp
/
vendor_prefixed
/
guzzlehttp
/
guzzle
/
src
/
Handler
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Handler
🔄 Refresh
✏️
Editing: CurlFactoryInterface.php
Writable
<?php namespace WPMailSMTP\Vendor\GuzzleHttp\Handler; use WPMailSMTP\Vendor\Psr\Http\Message\RequestInterface; interface CurlFactoryInterface { /** * Creates a cURL handle resource. * * @param RequestInterface $request Request * @param array $options Transfer options * * @return EasyHandle * @throws \RuntimeException when an option cannot be applied */ public function create(\WPMailSMTP\Vendor\Psr\Http\Message\RequestInterface $request, array $options); /** * Release an easy handle, allowing it to be reused or closed. * * This function must call unset on the easy handle's "handle" property. * * @param EasyHandle $easy */ public function release(\WPMailSMTP\Vendor\GuzzleHttp\Handler\EasyHandle $easy); }
💾 Save Changes
❌ Cancel