You can search for identifiers within the package.
in-package search v0.2.0
activitypub_client
Activitypub_client.Http
HTTP requests as a given actor
Note that the Ldp.Http.user_agent is set to "ocaml-activitypub".
Ldp.Http.user_agent
"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.
mk_http actor_iri actor_conf
T