Skip to main content

Module client

Module client 

Source
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).
MultipartFile
A file part for multipart uploads.
Options
Configuration for the transport client.