Skip to content

Add stateful router matched on HTTP request method and path #30

@TomokiMiyauci

Description

@TomokiMiyauci

The current router has synthesizability problems because it wraps in an immediate function. In particular, nested routers are difficult to see.

A stateful object-based router improves composability and simplifies nesting.

Add a stateful Router that declares an HTTP method, a URL path, and registers a handler.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions