WebResult: Add support for headers

This commit is contained in:
kaso17 2016-12-06 09:39:32 +01:00
parent 047bdda088
commit e34ffcbaa6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ namespace Jackett.Utils.Clients
public HttpStatusCode Status { get; set; }
public string Cookies { get; set; }
public string RedirectingTo { get; set; }
public Dictionary<string, string[]> Headers = new Dictionary<string, string[]>();
public bool IsRedirect
{