radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

HTTP Client #58

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. Using wp_remote_request is clunky.

Describe the solution you'd like A fluent way of making HTTP requests like Laravel's wrapper around Guzzle HTTP

Describe alternatives you've considered Using wp_remote_request or cURL

Additional context Laravel's HTTP client is a wrapper around Guzzle HTTP library.