Skip to main content

What this group covers

The HTTP modules handle everything between your application code and the network: typed requests, response validation, schema integration, and URL manipulation.

ApiClient

Core HTTP client with interceptors, retries, circuit breaker, and typed responses.

ResponseValidator

Framework-agnostic response validation against structural schemas.

Schema adapters

Zod and Valibot adapters for response validation.

UrlHelper

URL parsing, building, query-string helpers, and slugification.

Quick example

Start with ApiClient for the full constructor config, methods, and error-handling reference.