Skip to content

524 A Timeout Occurred

Cloudflare specific error. A connection was established, but the origin server took too long to send a response.

Cloudflare specific error. A connection was established, but the origin server took too long to send a response.

import { HttpException, get } from 'shokupan';
export const getResource = get('/resource', () => {
throw new HttpException('A Timeout Occurred', 524);
});