Parrhesia.API.RequestContext
(parrhesia v0.12.0)
Copy Markdown
Shared request context used across API and policy surfaces.
This struct carries caller identity and transport metadata through authorization and storage boundaries.
The most important field for external callers is authenticated_pubkeys. For example:
Parrhesia.API.Eventsuses it for read and write policy checksParrhesia.API.Streamuses it for subscription authorizationParrhesia.API.ACLuses it when evaluating protected sync traffic
Summary
Functions
Merges arbitrary metadata into the context.