mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix bad header info
This commit is contained in:
parent
f9459c2d85
commit
6b4abb8f40
@ -9,7 +9,7 @@ namespace Wabbajack.Common.Http
|
||||
{
|
||||
public class Client
|
||||
{
|
||||
public List<(string, string)> Headers => new List<(string, string)>();
|
||||
public List<(string, string)> Headers = new List<(string, string)>();
|
||||
public List<Cookie> Cookies = new List<Cookie>();
|
||||
public async Task<HttpResponseMessage> GetAsync(string url, HttpCompletionOption responseHeadersRead = HttpCompletionOption.ResponseContentRead)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user