mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 20:34:58 +01:00
Rework Journal File Reading
Remove Explorer Remove Plugin Architecture
This commit is contained in:
@@ -7,13 +7,7 @@ public sealed class HttpClient
|
||||
|
||||
private static readonly Lazy<System.Net.Http.HttpClient> lazy = new Lazy<System.Net.Http.HttpClient>(() => new System.Net.Http.HttpClient());
|
||||
|
||||
public static System.Net.Http.HttpClient Client
|
||||
{
|
||||
get
|
||||
{
|
||||
return lazy.Value;
|
||||
}
|
||||
}
|
||||
public static System.Net.Http.HttpClient Client => lazy.Value;
|
||||
|
||||
public static string GetString(string url)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user