botbook/node_modules/@azure/static-web-apps-cli/dist/msha/middlewares/response.middleware.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

7 lines
No EOL
871 B
TypeScript

import type http from "node:http";
export declare function getResponse(req: http.IncomingMessage, res: http.ServerResponse, matchedRoute: SWAConfigFileRoute | undefined, userConfig: SWAConfigFile | undefined, isFunctionRequest: boolean, isDataApiRequest: boolean): boolean;
export declare function getStorageContent(req: http.IncomingMessage, res: http.ServerResponse, pathToServe: string | undefined, matchedRoute: SWAConfigFileRoute | undefined, responseOverridesRule: SWAConfigFileResponseOverrides | undefined, navigationFallbackRule: SWAConfigFileNavigationFallback | undefined, mimeTypeRule: SWAConfigFileMimeTypes | undefined, routeHeaders: SWAConfigFileRouteHeaders | undefined, globalHeaders: SWAConfigFileGlobalHeaders | undefined): {
isFunctionFallbackRequest: boolean;
isSuccessfulSiteHit: boolean;
};
//# sourceMappingURL=response.middleware.d.ts.map