File "ClientInterface.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/mpdf/mpdf/src/Http/ClientInterface.php
File size: 158 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Mpdf\Http;

use Psr\Http\Message\RequestInterface;

interface ClientInterface
{

	public function sendRequest(RequestInterface $request);

}