polysemy-http-0.9.0.0: Polysemy effects for HTTP clients
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Http.Effect.Manager

Description

 
Synopsis

Documentation

data Manager :: Effect where Source #

This effect abstracts the creation of a Manager in order to allow pool sharing in a flexible way.

Constructors

Get :: Manager m Manager