nategood / httpful

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

Download whole html web page including Css and js and images? #291

Open pmnmpr opened 3 years ago

pmnmpr commented 3 years ago

How can one download complete page using httpful?

I am not only the HTML response, but also CSS and JS assets and images too. Is there any option for that?