# METHOD_NAME_ALL

**Kind:** Constant

**Source:** [`src/router.ts`](https://github.com/honojs/hono/blob/main/src/router.ts#L9)

## Definition

```ts
'ALL' as const
```

## Value

```ts
'ALL' as const
```

## Used by

10 references from 10 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (10)

- `LinearRouter` — `src/router/linear-router/router.ts`:11
- `PatternRouter` — `src/router/pattern-router/router.ts`:8
- `HandlerData` — `src/router/reg-exp-router/matcher.ts`:4
- `PreparedRegExpRouter` — `src/router/reg-exp-router/prepared-router.ts`:9
- `RegExpRouter` — `src/router/reg-exp-router/router.ts`:47
- `Node` — `src/router/trie-router/node.ts`:25
- `some` — `src/middleware/combine/index.ts`:38
- `handler` — `src/middleware/method-not-allowed/index.ts`:133

…and 2 more.
