package activitypub_client

  1. Overview
  2. Docs

HTTP requests as a given actor

Note that the Ldp.Http.user_agent is set to "ocaml-activitypub".

module type T = sig ... end
val mk_http : Iri.t -> Conf.actor -> (module Ldp.Http.Http) Lwt.t

mk_http actor_iri actor_conf creates a T module to perform HTTP queries as the given actor.

OCaml

Innovation. Community. Security.