Fetch
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

PropertyTypeDescription
f.builder() => FetchBuilderFactory. Creates a new FetchBuilder instance. Start here to define a new request.
f.routerFunctionUtility. Creates a structured Router client.
f.middleware() => MiddlewareFactory. Creates a new Middleware manager instance.

On this page