Module Http.Client

type headers = Web.HTTP.headers
type body
type resp = Web.resp
type meth = Web.HTTP.meth
type endpoint = endpoint
type +'a io
val call : ?⁠headers:headers -> ?⁠body:body -> meth -> endpoint -> resp io