wai-logger-0.0.2: A logging system for WAI

Network.Wai.Logger.Prefork

Synopsis

Documentation

data IPAddrSource Source

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 Source

The spec for logging files