Reorder HttpMethods to match RestSharp

pull/6/head
Qstick 7 years ago
parent 9a2cb67980
commit 7e863d61ff

@ -3,11 +3,12 @@ namespace NzbDrone.Common.Http
public enum HttpMethod public enum HttpMethod
{ {
GET, GET,
PUT,
POST, POST,
HEAD, PUT,
DELETE, DELETE,
HEAD,
OPTIONS,
PATCH, PATCH,
OPTIONS MERGE
} }
} }
Loading…
Cancel
Save