Network.HTTP.Client.Free.Types

Type Familes

type family RequestType client :: *

type family ResponseType client :: *

The base functor of our library

data HttpF client a

Type aliases

type FreeHttp client m a