Function createSyntheticResponse

  • 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;
      }>
    • response: Response

Generated using TypeDoc