Searched refs:disableResponseCache (Results 1 – 3 of 3) sorted by relevance
3 import { disableResponseCache, ExpoMiddleware } from './ExpoMiddleware';62 disableResponseCache(res);
7 import { disableResponseCache, ExpoMiddleware } from './ExpoMiddleware';85 res = disableResponseCache(res);
73 export function disableResponseCache(res: ServerResponse): ServerResponse { function