happstack-util-6.0.3: Web framework

Safe HaskellNone

Happstack.Util.HostAddress

Synopsis

Documentation

showHostAddress :: HostAddress -> StringSource

Converts a HostAddress to a String in dot-decimal notation

showHostAddress6 :: HostAddress6 -> StringSource

Converts a IPv6 HostAddress6 to standard hex notation

type HostAddress = Word32Source

type HostAddress6 = (Word32, Word32, Word32, Word32)Source