hlivy-1.0.0: Client library for the Apache Livy REST API.

Safe HaskellNone
LanguageHaskell2010

Network.Livy.Response

Contents

Synopsis

Receiving a response

send :: LivyConstraint r m a => a -> m (Either LivyError (LivyResponse a)) Source #

Send a request, returning the associated response if successful.