Skip to content

Taxum / @taxum/core / routing / any

Function: any()

any(handler): MethodRouter

Defined in: routing/method-router.ts:32

Creates a new MethodRouter instance configured with a fallback handler and skips the 'Allow' header.

Parameters

handler

Handler

Returns

MethodRouter