wai-app-file-cgi-0.0.2: File/CGI App of WAI

Network.Wai.Application.Classic

Description

WAI (Web Application Interface) Application for static files and CGI.

Synopsis

Documentation

type NumericAddress = StringSource

A type for IP address in numeric string representation.

getPeerAddr :: SockAddr -> IO NumericAddressSource

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