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 883ba57 + bf91cd5 commit 44c298cCopy full SHA for 44c298c
REFERENCE.md
@@ -5619,7 +5619,7 @@ Alias of `Pattern[/(?i:\Ahttps?:\/\/.*\z)/]`
5619
5620
Validate a host (FQDN or IP address)
5621
5622
-Alias of `Variant[Stdlib::Fqdn, Stdlib::Ip::Address]`
+Alias of `Variant[Stdlib::Fqdn, Stdlib::IP::Address]`
5623
5624
### <a name="Stdlib--Http--Method"></a>`Stdlib::Http::Method`
5625
types/host.pp
@@ -1,2 +1,2 @@
1
# @summary Validate a host (FQDN or IP address)
2
-type Stdlib::Host = Variant[Stdlib::Fqdn, Stdlib::Ip::Address]
+type Stdlib::Host = Variant[Stdlib::Fqdn, Stdlib::IP::Address]
0 commit comments