Readded logging Download Client responses.

This commit is contained in:
Taloth Saldono 2016-04-06 22:53:14 +02:00
parent 9f34127565
commit cc0406653a
10 changed files with 28 additions and 9 deletions

View file

@ -36,6 +36,7 @@ namespace NzbDrone.Common.Http
public bool SuppressHttpError { get; set; }
public bool AllowAutoRedirect { get; set; }
public bool ConnectionKeepAlive { get; set; }
public bool LogResponseContent { get; set; }
public Dictionary<string, string> Cookies { get; private set; }
public bool StoreResponseCookie { get; set; }
public TimeSpan RequestTimeout { get; set; }