Function createSyntheticResponse
- createSyntheticResponse(): {
promise: Promise<{
code: number;
data: string;
headers: Record<string, string>;
sendFile?: string;
}>;
response: Response;
} Returns {
promise: Promise<{
code: number;
data: string;
headers: Record<string, string>;
sendFile?: string;
}>;
response: Response;
}
promise: Promise<{
code: number;
data: string;
headers: Record<string, string>;
sendFile?: string;
}>