mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix a http request issues.
This commit is contained in:
parent
e2a892eda3
commit
115e08d0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue