Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在测试使用 phplaravel/lumen作为服务器端框架的能力。我有现有项目,新任务是同时提出多个请求。我找到了可以帮助我的 amphp/parallel 包。但是文档说使用 Artax (amphp/http_client) 作为 http 客户端来发出并行请求。但是 Artax 的 phpAmp\Http\Client\Request将字符串作为请求正文。你能帮我如何通过请求正文吗?
laravel/lumen
Amp\Http\Client\Request