UNPKG

ketting

Version:

Opiniated HATEAOS / Rest client.

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