From: Antonio Ospite Date: Tue, 9 Jun 2020 22:27:35 +0000 (+0200) Subject: src/Tweeper.php: allow overriding the User-Agent in cURL requests X-Git-Tag: v1.4.2~3 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/50e34cbbe2a9a8d993f0bba6206b01fcc0e1bad3?hp=50e34cbbe2a9a8d993f0bba6206b01fcc0e1bad3 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. ---