UNPKG

ketting

Version:

Opinionated HATEOAS / Rest client.

9 lines (8 loc) 274 B
import { FetchMiddleware } from '../http/fetcher.js'; /** * This middleware will emit warnings based on HTTP responses. * * Currently it just inspects the 'Deprecation' HTTP header from * draft-dalal-deprecation-header */ export default function (): FetchMiddleware;