polysemy-http-0.7.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