wai-middleware-content-type-0.4.0: A simple WAI library for responding with content.

Safe HaskellNone
LanguageHaskell2010

Network.Wai.Middleware.ContentType.Json

Contents

Synopsis

Lifted Combinators

json :: (ToJSON j, Monad m) => j -> FileExtListenerT m () Source

Data Only

jsonOnly :: ToJSON j => j -> Status -> ResponseHeaders -> Response Source