mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-05-21 02:36:27 +00:00
Reorder HttpMethods to match RestSharp
This commit is contained in:
@@ -3,11 +3,12 @@ namespace NzbDrone.Common.Http
|
||||
public enum HttpMethod
|
||||
{
|
||||
GET,
|
||||
PUT,
|
||||
POST,
|
||||
HEAD,
|
||||
PUT,
|
||||
DELETE,
|
||||
HEAD,
|
||||
OPTIONS,
|
||||
PATCH,
|
||||
OPTIONS
|
||||
MERGE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user