Network.HTTP.Client.Free
type family RequestType client :: *
type family ResponseType client :: *
data HttpF client a
type FreeHttp client m a
connect
delete
get
head
options
patch
post
put
trace