Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Env = Env {
- _envManager :: !Manager
- _envHost :: !ByteString
- _envPort :: !Int
- class HasEnv a where
- environment :: Lens' a Env
- envManager :: Lens' a Manager
- envHost :: Lens' a ByteString
- envPort :: Lens' a Int
- newEnv :: MonadIO m => ByteString -> Int -> m Env
Creating an environment
Environment required to make requests to Livy.
Env | |
|