Skip to main content

Module handlers

Module handlers 

Source
Expand description

Generic JMAP method handlers shared across all server crates.

Each function handles one RFC 8620 operation type for any object type O and any backend B: JmapBackend. Domain crates call these for types that have no domain-specific logic beyond the standard wire protocol.

Functions§

handle_changes
Generic */changes handler (RFC 8620 §5.2).
handle_get
Generic */get handler (RFC 8620 §5.1).
handle_query
Generic */query handler (RFC 8620 §5.5).
handle_query_changes
Generic */queryChanges handler (RFC 8620 §5.6).