diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-11-14 02:42:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-14 02:42:42 -0500 |
| commit | 0d5564649aa3a676adc842abbeecc6eff69b1ec8 (patch) | |
| tree | 0e595cfe51829827a1bcd6f6dc20392ee3816794 /MediaBrowser.Common/Net/HttpRequestOptions.cs | |
| parent | 7eab5889fc50a807edd7e216019f958bdeaf8501 (diff) | |
| parent | 2f758676d0908f07dafc3ec5434bbaf4cf82529c (diff) | |
Merge pull request #3016 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpRequestOptions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index 0a279fa9c..8f0b155f3 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -93,6 +93,8 @@ namespace MediaBrowser.Common.Net public bool LogRequest { get; set; } public bool LogRequestAsDebug { get; set; } public bool LogErrors { get; set; } + public bool LogResponse { get; set; } + public bool LogResponseHeaders { get; set; } public bool LogErrorResponseBody { get; set; } public bool EnableKeepAlive { get; set; } |
