UNPKG

ketting

Version:

Opiniated HATEAOS / Rest client.

10 lines (9 loc) 286 B
import { FetchMiddleware } from '../http/fetcher'; import Client from '../client'; /** * 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;