Expand description
Core HTTP transport shared by every domain client.
Owns auth headers, base URL, user-action signing and the request/response plumbing the domain methods call into.
Structsยง
- Client
- The shared transport. Cheap to clone (all state is Arc-backed).
- Multipart
File - A file part for multipart uploads.
- Options
- Configuration for the transport client.