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-lets-you-easily-define-retry-attempts-and-a-timeout.md
Samuel Štancl e42fd0da62 Week 21/2022
2022-05-27 21:23:30 +02:00

15 lines
No EOL
604 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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
---
😍 Laravels 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