cloudflare-rs icon indicating copy to clipboard operation
cloudflare-rs copied to clipboard

Clients name consistency

Open Keiishu opened this issue 11 months ago • 0 comments

The current naming scheme for the clients isn't very intuitive at first glance, nor consistent. async_api.rs contains Client, the async client; and blocking_api contains HttpApiClient, the blocking client.

I propose we rename them, respectively, to AsyncClient and BlockingClient.

Keiishu avatar Feb 24 '25 23:02 Keiishu