mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 23:57:11 -07:00
Readded logging Download Client responses.
This commit is contained in:
parent
9f34127565
commit
cc0406653a
10 changed files with 28 additions and 9 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue