mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Fix a http request issues.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Wox.Infrastructure.Http
|
|||||||
{
|
{
|
||||||
public class HttpRequest
|
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);
|
return Get(url, encoding, HttpProxy.Instance);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user