Parameter Make.2-C

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