PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
php-http
/
httplug
/
src
<?php namespace Http\Client; use Psr\Http\Client\ClientInterface; /** * {@inheritdoc} * * Provide the Httplug HttpClient interface for BC. * You should typehint Psr\Http\Client\ClientInterface in new code */ interface HttpClient extends ClientInterface { }
[+]
..
[+]
Exception
[-] HttpAsyncClient.php
[edit]
[-] Exception.php
[edit]
[-] HttpClient.php
[edit]
[+]
Promise