Parameter CohttpMake.1-C

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