Closed BenRutlandWeb closed 3 years ago
Is your feature request related to a problem? Please describe. Using wp_remote_request is clunky.
wp_remote_request
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.
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 cURLAdditional context Laravel's HTTP client is a wrapper around Guzzle HTTP library.