You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
The package bovine_process handles the task a server has to do to satisfy the requirements set out in Sections 6 and 7 of https://www.w3.org/TR/activitypub/. The pattern should be pretty straightforward: One method for each Subsection.
The entire processing chain is defined in the variables default_inbox_process and default_outbox_process in bovine_process.process (I might want to move this to bovine_process).
Implementing the methods themselves should be "easy". Thinking of appropriate test cases will probably not be.
The text was updated successfully, but these errors were encountered:
The package bovine_process handles the task a server has to do to satisfy the requirements set out in Sections 6 and 7 of https://www.w3.org/TR/activitypub/. The pattern should be pretty straightforward: One method for each Subsection.
The entire processing chain is defined in the variables
default_inbox_process
anddefault_outbox_process
inbovine_process.process
(I might want to move this tobovine_process
).Implementing the methods themselves should be "easy". Thinking of appropriate test cases will probably not be.
The text was updated successfully, but these errors were encountered: