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.
Functions§
- extract_
response - Find the method response matching
call_idinrespand deserialize its arguments intoT.