summaryrefslogtreecommitdiff
path: root/classes/UrlHelper.php
AgeCommit message (Expand)Author
2024-01-09Only include the exception message in 'UrlHelper::$fetch_last_error'.wn_
2023-12-29Perform validation of redirect URLs during the redirect process.wn_
2023-12-24Fix specifying auth type in UrlHelper::fetch(), add a test for 403 auth retry.wn_
2023-12-23Add some tests for UrlHelper::fetch()wn_
2023-12-23Rework content encoding error retrying in UrlHelper::fetch()wn_
2023-12-23Clean up UrlHelper::resolve_redirects().wn_
2023-12-23Add back 'any auth' retry in UrlHelper::fetch()wn_
2023-12-22Use Guzzlewn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov