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 154379e commit f342966Copy full SHA for f342966
types/http/status.pp
@@ -1 +1,3 @@
1
+# @summary A valid HTTP status code per RFC9110
2
+# @see https://httpwg.org/specs/rfc9110.html#overview.of.status.codes
3
type Stdlib::Http::Status = Integer[100, 599]
0 commit comments