happstack-util-0.4.1: Web frameworkSource codeContentsIndex
Happstack.Util.HostAddress
Synopsis
showHostAddress :: HostAddress -> String
showHostAddress6 :: HostAddress6 -> String
type HostAddress = Word32
type HostAddress6 = (Word32, Word32, Word32, Word32)
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
Produced by Haddock version 2.5.0