Skip to content

Feat: Enhanced routers #5

@dextercodo

Description

@dextercodo

Current behaviour:

  • Router struct currently has Echo as a property.
  • Additional methods are currently scattered around in handlers, helpers and routers.

Expected behaviour:

  • Router should embed Echo instead, and takes a new context struct that embeds echo's context.
  • Move all helpers to new context so that handlers have all they need within the context parsed.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions