switch to Guzzle module for HTTP calls

This commit is contained in:
2026-07-22 13:05:17 +02:00
parent 01b22f9c2d
commit 1cf674a31c
6 changed files with 2627 additions and 80 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ QueryParamHelper::getDecodedTextFromQuery('COL0002'); // ?string (testo URL-deco
### `HttpClient.php` (Utility Richieste HTTP REST)
Classe orientata agli oggetti per effettuare chiamate HTTP server-to-server sicure verso Web Service esterni (es. endpoint contratti):
Adapter applicativo basato su Guzzle per effettuare chiamate HTTP server-to-server sicure verso Web Service esterni (es. endpoint contratti). Accetta un `GuzzleHttp\\ClientInterface` opzionale nel costruttore per consentire mocking e test senza traffico di rete:
```php
use ElixForms\Common\HttpClient;