Module
URI.Host.IPv4Address
- Package
- purescript-uri
- Repository
- purescript-contrib/purescript-uri
#IPv4Address Source
#unsafeFromInts Source
unsafeFromInts :: Int -> Int -> Int -> Int -> IPv4Address
Constructs a IPv4Address
part unsafely: if any of the arguments are
outside the allowable bounds, a runtime error will be thrown.
This is intended as a convenience when describing IPv4Address
es
statically in PureScript code, in all other cases fromInts
should be
used.
#print Source
print :: IPv4Address -> String
A printer for IPv4 adddresses.
- Modules
- URI
- URI.
AbsoluteURI - URI.
Authority - URI.
Common - URI.
Extra. MultiHostPortPair - URI.
Extra. QueryPairs - URI.
Extra. UserPassInfo - URI.
Fragment - URI.
HierarchicalPart - URI.
Host - URI.
Host. Gen - URI.
Host. IPv4Address - URI.
Host. IPv6Address - URI.
Host. RegName - URI.
HostPortPair - URI.
HostPortPair. Gen - URI.
Path - URI.
Path. Absolute - URI.
Path. NoScheme - URI.
Path. Rootless - URI.
Path. Segment - URI.
Port - URI.
Port. Gen - URI.
Query - URI.
RelativePart - URI.
RelativeRef - URI.
Scheme - URI.
Scheme. Common - URI.
URI - URI.
URIRef - URI.
UserInfo