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
*/changeshandler (RFC 8620 §5.2). - handle_
get - Generic
*/gethandler (RFC 8620 §5.1). - handle_
query - Generic
*/queryhandler (RFC 8620 §5.5). - handle_
query_ changes - Generic
*/queryChangeshandler (RFC 8620 §5.6).