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.
1 parent f342966 commit db22075Copy full SHA for db22075
types/http/method.pp
@@ -1,4 +1,5 @@
1
-# https://www.iana.org/assignments/http-methods/http-methods.xhtml
+# @summary Valid HTTP method verbs
2
+# @see https://www.iana.org/assignments/http-methods/http-methods.xhtml
3
type Stdlib::Http::Method = Enum[
4
'ACL',
5
'BASELINE-CONTROL',
0 commit comments