You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid potential future legislative cringe proxy support as well as patch out a potential source of leaks we'll need to add proxy support. According to https://dlang.org/phobos/std_net_curl.html it looks like we might have to build out a new way of downloading stuff based on the lower level HTTP API to get that sort of functionality, but that'd also be a good opportunity to have a function that straight up gives you JSON instead of having to deserialize yourself every time.
The text was updated successfully, but these errors were encountered:
In order to avoid potential future legislative cringe proxy support as well as patch out a potential source of leaks we'll need to add proxy support. According to https://dlang.org/phobos/std_net_curl.html it looks like we might have to build out a new way of downloading stuff based on the lower level HTTP API to get that sort of functionality, but that'd also be a good opportunity to have a function that straight up gives you JSON instead of having to deserialize yourself every time.
The text was updated successfully, but these errors were encountered: