polysemy-http-0.13.1.0: Polysemy effects for HTTP clients
Safe HaskellNone
LanguageGHC2021

Polysemy.Http.Effect.Manager

Description

 
Synopsis

Documentation

data Manager (a :: Type -> Type) b where Source #

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

Constructors

Get :: forall (a :: Type -> Type). Manager a Manager