DEV Community

Morcos Gad
Morcos Gad

Posted on

5 Tips HTTP Client - Laravel

When browsing the laravel news blog, I found a great article that talks about the HTTP Client and gives us some great tips that will make us happy when using the HTTP Client.

The article talks about :-

  • HTTP Macros
  • Configure the HTTP Client for Container Services
  • Portable Base URL Configuration
  • Preventing Stray Requests in Tests
  • Logging Handlers for HTTP Events

Visit the article, dig deep and enjoy the code .

Latest comments (0)