mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
15 lines
No EOL
604 B
Markdown
15 lines
No EOL
604 B
Markdown
---
|
||
title: 'Laravel''s Http client lets you easily define retry attempts and a timeout'
|
||
tweet_id: '1530215263517298688'
|
||
thread_slug: weekly-thread-2022-21
|
||
author_username: freekmurze
|
||
images:
|
||
- 'https://pbs.twimg.com/media/FTosQF5WUAYV3PM.jpg'
|
||
created_at: 2022-05-27T15:52:03+00:00
|
||
slug: laravels-http-client-lets-you-easily-define-retry-attempts-and-a-timeout
|
||
---
|
||
😍 Laravel’s Http client is amazing. Using just a bit of code, you can specify a timeout, retry attempts, and immediately get the result as JSON.
|
||
|
||
Is there any other HTTP client written in #php that makes it this easy?
|
||
|
||
💪 Laravel |