MakovWait/godots

[Feature Request] Add proxy.

Opened this issue · 1 comments

I need use VPN to download godot from github and TuxFamily.
But, godots cant pass proxy by default.
So i gotta enable tun mode.
My request: Add a setting on option.

This should be as easy as using set_http(s)_proxy in the custom HTTPClient code here.

var http_request = HTTPRequest.new()

Of course options will also need to be added to the settings and they will need to be retrieved before setting the proxy.