symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.91k stars 213 forks source link

Add ability to customize HttpClient and Panther Client #537

Closed HypeMC closed 2 months ago

HypeMC commented 2 years ago

Similar to #437 this will add the ability to pass options to the HttpClient when using the HttpBrowser. This can be useful when an external web server (via PANTHER_EXTERNAL_BASE_URI) is used.

dunglas commented 2 months ago

Thanks!