servant-subscriber-0.6.0.0: When REST is not enough ...

Safe HaskellNone
LanguageHaskell2010

Servant.Subscriber.Backend

Description

A backend for subscriber allows us to query a server and get a response. | We mimick Wai's interface but with Request and Response types that match our needs. | Our only backend right now actually is implemented via the WAI Application interface, see: Servant.Subscriber.Backend.Wai.

Documentation

class Backend a where Source #

Minimal complete definition

requestResource