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

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