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