wai-logger-0.1.3: A logging system for WAI

Safe HaskellSafe-Infered

Network.Wai.Logger.Utils

Synopsis

Documentation

type NumericAddress = StringSource

A type for IP address in numeric string representation.

showSockAddr :: SockAddr -> NumericAddressSource

Convert SockAddr to NumericAddress. If the address is an IPv4-embedded IPv6 address, the IPv4 is extracted.