apiary-2.1.2: Simple and type safe web framework that generate web API documentation.

Safe HaskellNone
LanguageHaskell2010

Web.Apiary.Develop

Description

Warning: use Web.Apiary in production.

Synopsis

Documentation

file :: MonadIO m => FilePath -> Maybe FilePart -> ActionT exts prms m () Source #

send file contents as lazy bytestring response with detect Content-Type. since v1.2.0.

file' :: MonadIO m => FilePath -> Maybe FilePart -> ActionT exts prms m () Source #

send file contents as lazy bytestring response. since v1.2.0.

module Web.Apiary