package git-http

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