1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
laravel-tips/content/tips/laravels-http-client-supports-concurrent-requests-using-the-pool-method.md
2022-01-21 18:22:44 +01:00

11 lines
No EOL
591 B
Markdown

---
title: 'Laravel''s Http client supports concurrent requests using the `pool` method'
tweet_id: '1484566722526924801'
thread_slug: weekly-thread-2022-03
author_username: mattkingshott
images:
- 'https://pbs.twimg.com/media/FJdr42eWQAcEVKh.jpg'
created_at: 2022-01-21T16:41:03+00:00
slug: laravels-http-client-supports-concurrent-requests-using-the-pool-method
---
🔥 #Laravel Tip: Need to make more than one HTTP request e.g. to one or more sites? You might think about running them concurrently to improve performance. The HTTP client's 'pool' method makes this a trivial exercise.