Skip to content

Commit 6bcceff

Browse files
committed
Merge pull request #542 from scidec/master
Add MERGE method to rest requests.
2 parents 196c251 + be303ea commit 6bcceff

File tree

7 files changed

+737
-718
lines changed

7 files changed

+737
-718
lines changed

RestSharp/Enum.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public enum Method
4949
DELETE,
5050
HEAD,
5151
OPTIONS,
52-
PATCH
52+
PATCH,
53+
MERGE,
5354
}
5455

5556
/// <summary>

0 commit comments

Comments
 (0)