mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Default Method in HttpRequest to HttpMethod.Get
This commit is contained in:
parent
08d112a96f
commit
573dde97e5
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ namespace NzbDrone.Common.Http
|
|||
{
|
||||
Url = new HttpUri(url);
|
||||
Headers = new HttpHeader();
|
||||
Method = HttpMethod.Get;
|
||||
ConnectionKeepAlive = true;
|
||||
AllowAutoRedirect = true;
|
||||
Cookies = new Dictionary<string, string>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue