Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Servant.Subscriber.Backend.Wai
Contents
Description
Backend of accessing a wai server:
Documentation
waiSendResponse :: (HttpResponse -> IO ResponseReceived) -> Response -> IO ResponseReceived Source #
toWaiRequest :: HttpRequest -> IO Request Source #
mkWaiRequestBody :: ByteString -> IO (IO ByteString) Source #
Orphan instances
Backend Application Source # | |
Methods |