Laravel's Http client supports concurrent requests using the `pool` method

Laravel's 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.

We're writing a book, you can get it for free here.