FetchCore API
f (Namespace)
The global entry point for Fetch.
The f namespace is your starting point. It bundles the core factories and classes into a single, convenient import.
import { f } from '@freestylejs/fetch';API Reference
| Property | Type | Description |
|---|---|---|
f.builder | () => FetchBuilder | Factory. Creates a new FetchBuilder instance. Start here to define a new request. |
f.router | Function | Utility. Creates a structured Router client. |
f.middleware | () => Middleware | Factory. Creates a new Middleware manager instance. |