mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Reorder HttpMethods to match RestSharp
This commit is contained in:
parent
9a2cb67980
commit
7e863d61ff
1 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue