wai-logger-prefork-0.1.2: A logging system for preforked WAI apps

Safe HaskellSafe-Infered

Network.Wai.Logger.Prefork

Synopsis

Documentation

data IPAddrSource

Source from which the IP source address of the client is obtained.

Constructors

FromSocket

From the peer address of the HTTP connection.

FromHeader

From X-Real-IP: or X-Forwarded-For: in the HTTP header.

data FileLogSpec

The spec for logging files