Reorder HttpMethods to match RestSharp

pull/2016/head
Mark McDowall 7 years ago
parent 905ab18336
commit 601b54c244
No known key found for this signature in database
GPG Key ID: D4CEFA9A718052E0

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