File: status.pp

package info (click to toggle)
puppet-module-puppetlabs-stdlib 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: ruby: 3,522; sh: 46; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
# @summary A valid HTTP status code per RFC9110
# @see https://httpwg.org/specs/rfc9110.html#overview.of.status.codes
type Stdlib::Http::Status = Integer[100, 599]