Adapter middleware: composable request/response interceptors (M10.5.E2.T2).
All adapters accept a middleware option. Middleware wraps the fetch call, enabling auth injection, retry, logging, and caching without modifying adapter internals.
middleware
Framework-agnostic (D6).
Optional
Adapter middleware: composable request/response interceptors (M10.5.E2.T2).
All adapters accept a
middlewareoption. Middleware wraps the fetch call, enabling auth injection, retry, logging, and caching without modifying adapter internals.Framework-agnostic (D6).