We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1527cb + 6b7cfc1 commit f3672edCopy full SHA for f3672ed
src/Data/HTTP/Method.purs
@@ -84,6 +84,7 @@ fromString s =
84
"MOVE" -> Left MOVE
85
"LOCK" -> Left LOCK
86
"UNLOCK" -> Left UNLOCK
87
+ "PATCH" -> Left PATCH
88
m -> Right (CustomMethod m)
89
90
print :: Either Method CustomMethod -> String
0 commit comments