src/Tweeper.php: allow overriding the User-Agent in cURL requests
authorAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2020 22:27:35 +0000 (00:27 +0200)
committerAntonio Ospite <ao2@ao2.it>
Tue, 9 Jun 2020 22:27:35 +0000 (00:27 +0200)
commit50e34cbbe2a9a8d993f0bba6206b01fcc0e1bad3
treec93782abf7eb26da06f5ec75bd0f5fad32a1a8c1
parentfd6dc11f6fc8d27aba8d23d3ee44370229eeac61
src/Tweeper.php: allow overriding the User-Agent in cURL requests

Allow overriding the User-Agent in cURL requests, to make it possible to
use different user agents for different requests.

This can be useful to have a finer control on the version of the site
served by the different supported services.
src/Tweeper.php