Alokai

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>;
};

Referenced Types

On this page