package activitypub_client

  1. Overview
  2. Docs
ActivityPub client in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-activitypub-0.1.0.tar.bz2
md5=332e6cab89ed63fda379aba37e00c40b
sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0

doc/activitypub_client/Activitypub_client/Http/index.html

Module Activitypub_client.HttpSource

HTTP requests as a given actor

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

Sourcemodule type T = sig ... end
Sourceval 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.