mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
604 B
604 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Laravel's Http client lets you easily define retry attempts and a timeout | 1530215263517298688 | weekly-thread-2022-21 | freekmurze |
|
2022-05-27T15:52:03+00:00 | 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