Network.HTTP.Client.Free

Type Families

Base Request type

type family RequestType client :: *

Base Response type

type family ResponseType client :: *

Types

The base functor from which our free monad is generated.

data HttpF client a

A helpful type alias

type FreeHttp client m a

Handy morphisms for working with HttpF

natHttpF

transHttp

smart constructors for http verbs

connect

delete

get

head

options

patch

post

put

trace