Expand description
Auth-agnostic base JMAP HTTP client (RFC 8620).
Provides JmapClient for session fetch, API calls, blob transfer,
SSE event streaming, and extract_response for parsing method results.
Structs§
- Client
Config - Per-client configuration for timeouts and body size limits.
- Jmap
Client - Auth-agnostic JMAP base HTTP client.
- Subscribe
Events Session Params - Parameters for
JmapClient::subscribe_events_session(bd:JMAP-6r7c.64).
Functions§
- extract_
response - Find the method response matching
call_idinrespand deserialize its arguments intoT.