mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Default Method in HttpRequest to HttpMethod.Get
This commit is contained in:
@@ -14,6 +14,7 @@ namespace NzbDrone.Common.Http
|
|||||||
{
|
{
|
||||||
Url = new HttpUri(url);
|
Url = new HttpUri(url);
|
||||||
Headers = new HttpHeader();
|
Headers = new HttpHeader();
|
||||||
|
Method = HttpMethod.Get;
|
||||||
ConnectionKeepAlive = true;
|
ConnectionKeepAlive = true;
|
||||||
AllowAutoRedirect = true;
|
AllowAutoRedirect = true;
|
||||||
Cookies = new Dictionary<string, string>();
|
Cookies = new Dictionary<string, string>();
|
||||||
|
Reference in New Issue
Block a user