This commit is contained in:
2020-11-18 17:00:16 +08:00
parent a47d1aaf06
commit 52093df208
4 changed files with 9 additions and 12 deletions
+1
View File
@@ -10,6 +10,7 @@ declare(strict_types=1);
namespace HttpServer\Client;
use Exception;
use Swoole\Coroutine;
use Swoole\Coroutine\Http\Client as SClient;
/**