namespace Http\Client
Object name | File name | Summary |
---|---|---|
Exception | vendor/php-http/httplug/src/Exception.php | Every HTTP Client related Exception must implement this interface. |
HttpAsyncClient | vendor/php-http/httplug/src/HttpAsyncClient.php | Sends a PSR-7 Request in an asynchronous way by returning a Promise. |
HttpClient | vendor/php-http/httplug/src/HttpClient.php | Provide the Httplug HttpClient interface for BC. You should typehint Psr\Http\Client\ClientInterface in new code |