mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Fix a http request issues.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Wox.Infrastructure.Http
|
||||
{
|
||||
public class HttpRequest
|
||||
{
|
||||
public static string Get(string url, string encoding = "UTF8")
|
||||
public static string Get(string url, string encoding = "UTF-8")
|
||||
{
|
||||
return Get(url, encoding, HttpProxy.Instance);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user