wai-extra-3.1.0: Provides some basic WAI handlers and middleware.

Safe HaskellNone
LanguageHaskell2010

Network.Wai.Middleware.RequestLogger.JSON

Synopsis

Documentation

formatAsJSONWithHeaders :: OutputFormatterWithDetailsAndHeaders Source #

Same as formatAsJSON but with response headers included

This is useful for passing arbitrary data from your application out to the WAI layer for it to be logged, but you may need to be careful to subsequently redact any headers which may contain sensitive data.

Since: 3.0.27