Default Method in HttpRequest to HttpMethod.Get

pull/681/head
Qstick 3 years ago
parent 08d112a96f
commit 573dde97e5

@ -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…
Cancel
Save