ComputedConfig
Computed configuration for HTTP requests, derived from RequestConfig. Normalizes header values to strings for consistent request formatting.
type ComputedConfig = BaseConfig & {
headers?: Record<string, string>;
};Computed configuration for HTTP requests, derived from RequestConfig. Normalizes header values to strings for consistent request formatting.
type ComputedConfig = BaseConfig & {
headers?: Record<string, string>;
};