package git-http

  1. Overview
  2. Docs
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