package ldp

  1. Overview
  2. Docs
val dbg : string -> unit Lwt.t

Debugging function taking a debug message.

call meth iri performs a HTTP query to iri with the method meth. Optional parameters are:

  • body is used to provide the request body, empty by default.
  • headers is the header of the request, empty by default.