servant-zeppelin-0.1.0.2: Types and definitions of servant-zeppelin combinators.

Safe HaskellSafe
LanguageHaskell2010

Servant.Zeppelin

Synopsis

Documentation

data SideLoad fs Source #

Combinator to indicate the availablity of side loaded data.

"albums" :> Get '[JSON] Album :> SideLoad '[Person, [Photo]]