hlivy-1.0.1: Client library for the Apache Livy REST API

Copyright(C) 2019 Earnest Research
LicenseMIT
MaintainerDaniel Donohue <ddonohue@earnestresearch.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Network.Livy.Response

Contents

Description

 
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.