deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.42k stars 1.47k forks source link

add httpie options to fetch function #3292

Open tombroucke opened 1 year ago

tombroucke commented 1 year ago

I have run into a timeout with fetch() a couple of times. Is it possible to add an options argument to the fetch() function? This would forward the options to the HTTPIE::setopt() method

Upvote & Fund

Fund with Polar

boydbloemsma commented 1 year ago

Can I pick this up?

tombroucke commented 8 months ago

I created a pull request: https://github.com/deployphp/deployer/pull/3719