UNPKG

ketting

Version:

Opinionated HATEOAS / Rest client.

10 lines (9 loc) 292 B
import { FetchMiddleware } from '../http/fetcher.js'; import Client from '../client.js'; /** * This middleware injects a default Accept header. * * The list of content-types is generated from the Client's * 'contentTypeMap'. */ export default function (client: Client): FetchMiddleware;