Skip to content

Add opt-in catch all route support in the router #212

@jeevatkm

Description

@jeevatkm

The goal is to add opt-in catch all route support in the router per domain.

  • One catch all route per domain is allowed.
  • Catch all is opt-in feature, disabled by default.
  • If Catch all is not defined, existing flow applies i.e. 404 route not found
  • Implementation

    • aah user have to define section catch_all { ... } at domain level config in routes.conf
    • All the route configuration attributes are supported. If path and method value provided in the catch-all section then its ignored, since that value is defaults to *
  • Documentation

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions