mirror of
https://github.com/Readarr/Readarr
synced 2026-02-06 06:42:07 +01: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
|
||||
{
|
||||
GET,
|
||||
PUT,
|
||||
POST,
|
||||
HEAD,
|
||||
PUT,
|
||||
DELETE,
|
||||
HEAD,
|
||||
OPTIONS,
|
||||
PATCH,
|
||||
OPTIONS
|
||||
MERGE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue