Добавлен для пробы curl-helper.php, работоющий с библиотекой cURL

This commit is contained in:
2024-08-26 17:20:55 +03:00
parent 30733f294c
commit 04406fb444
3 changed files with 103 additions and 3 deletions

View File

@ -12,7 +12,6 @@ use GuzzleHttp\Exception\ServerException;
use App\Library\ContingentParser;
use App\Library\Database;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Request;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\UriInterface;