UNPKG

@tinyhttp/req

Version:

request extensions for tinyhttp

6 lines 295 B
import type { IncomingHttpHeaders, OutgoingHttpHeaders } from 'node:http'; /** * Check freshness of the response using request and response headers. */ export declare function fresh(reqHeaders: IncomingHttpHeaders, resHeaders: OutgoingHttpHeaders): boolean; //# sourceMappingURL=fresh.d.ts.map