async
HTTP client and builder.
Client is the entry point to the SDK. It is cheap to Clone (an Arc<Inner> under the hood) and Send + Sync, so a single instance can be shared across tasks.
Client
Clone
Arc<Inner>
Send + Sync