default

A lightweight HTTP client built on fetch with automatic retries, configurable timeouts, and rate-limit handling via Retry-After.

c
HttpError

Error for a failed HTTP request.

T
Method

HTTP request methods supported by the WebClient.

I
RequestOptions

Options for an individual request, overriding client defaults.

I
ResponseResult

Successful HTTP response data.

I
RetryOptions

Configuration for automatic retry behavior.

c
WebClient

An HTTP client built on fetch with automatic retries and error handling.