Type Alias: HttpOutcome

HttpOutcome = "passthrough" | { body: unknown; headers?: Record<string, string>; status?: number; } | { exception: Error | { message: string; name?: string; }; } | { body?: unknown; delay: number; headers?: Record<string, string>; status?: number; }

Found a mistake? Let us know.

    Enroll in beta

    Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.