Router #2

Open
opened 2024-09-04 13:19:25 +00:00 by Rubicon · 0 comments
Owner

For web apps, one of the most common features is executing different handlers based on messages. What we will expect from a router usually are:

  • Host-based routing
  • Path-based routing, including to use a part of path as the handler argument
  • Method-based routing

It may be a chance to add some special features:

  • Dependency Injection
For web apps, one of the most common features is executing different handlers based on messages. What we will expect from a router usually are: - Host-based routing - Path-based routing, including to use a part of path as the handler argument - Method-based routing It may be a chance to add some special features: - Dependency Injection
Rubicon added this to the 0.1.0 milestone 2024-09-04 13:19:25 +00:00
Rubicon added the
feature
accepted
label 2024-09-04 13:19:25 +00:00
Rubicon added
feature
proposal
and removed
feature
accepted
labels 2024-09-04 13:21:21 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Rubicon/haiya#2
No description provided.