variable Http.method

Only handle if HTTP method matches.

Type

(
method,
...routes: Route[],
) => unknown

Usage

import { Http } from ".";