Network.HTTP.Client.Free

Type Families

Base Request type

type family RequestType client :: *

Base REsponse type

type family ResponseType client :: *

Types

The base free monad type

data HttpF client a

A type alias for 'FT (HttpF client) m a'

type FreeHttp client m a

smart constructors for http verbs

connect

delete

get

head

options

patch

post

put

trace