Skip to main content

Module client

Module client 

Source
Available on crate feature async only.
Expand description

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.

Structsยง

Client
HTTP client for the Anthropic API.
ClientBuilder
Builder for Client.