Utilities for using httplug clients.
Via Composer
$ composer require php-http/utils
The utilities provide the HttpMethodsClient
which you can instantiate with a message factory and a HttpClient.
The client provides convenience methods for HTTP requests without the need of acquiring a PSR-7 RequestInterface.
Please see the official documentation.
$ composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please contact us at [email protected].
The MIT License (MIT). Please see License File for more information.