SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.87k stars 916 forks source link

Use proxy if configured in HttpClient settings ✨ #8945

Open ivandrofly opened 3 weeks ago

ivandrofly commented 3 weeks ago

This commit refactors the application's HTTP client creation to utilize a custom HttpClient factory, ensuring that all HTTP requests respect any proxy settings specified in the configuration.

Key changes:

This refactor enhances the maintainability and configurability of HTTP requests within the application, promoting a more robust and adaptable architecture.