Module

HTTPure.Middleware

Package
purescript-httpure-middleware
Repository
joneshf/purescript-httpure-middleware

#combinedLogFormat Source

combinedLogFormat :: Middleware

A middleware that logs requests in the Combined Log Format.

#commonLogFormat Source

commonLogFormat :: Middleware

A middleware that logs requests in the Common Log Format.

#developmentLogFormat Source

developmentLogFormat :: Middleware

A middleware that logs request in an unstandardized development format. The logs are more verbose, colorful, and a bit easier to read.