nategood / httpful

A Chainable, REST Friendly, PHP HTTP Client. A sane alternative to cURL.
MIT License
1.74k stars 298 forks source link

Allow Request to be extended by changing class name 'Request' to static #264

Open bluehaoran opened 6 years ago

bluehaoran commented 6 years ago

This replaces #231 because that became a bit of a tangled mess.

This is cleaner and changes just one file, and doesn't fail CI.

bluehaoran commented 6 years ago

CI fails :/

nategood commented 6 years ago

I don't believe we've tried testing either. Will add 7 to CI in a different PR.