Small Swoole Symfony Http Client 1.0.0



This content originally appeared on DEV Community and was authored by sebk69

Image description

Here come the first release of Small Swoole Symfony Http Client.

This is a swoole-based Symfony HTTP client implementation that conforms to the Symfony HttpClientInterface for high-performance asynchronous HTTP requests.

  • Swoole and OpenSwoole compatibility
  • Redirection handling
  • Timeout management
  • Basic and Bearer authentifications
  • Configurable retries mechanism
  • Proxy support
  • HTTP version 2 support

git : https://git.small-project.dev/lib/small-swoole-symfony-http-client
packgist : https://packagist.org/packages/small/swoole-symfony-http-client


This content originally appeared on DEV Community and was authored by sebk69