Skip to content

Commit 8b97f3f

Browse files
committed
Add PATCH to http verbs enumeration
1 parent 09d8721 commit 8b97f3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Libraries/Node/Node.Core/Network/HttpVerb.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public enum HttpVerb {
2323

2424
HEAD,
2525

26-
OPTIONS
26+
OPTIONS,
27+
28+
PATCH
2729
}
2830
}

0 commit comments

Comments
 (0)