http-rs / http-rs/tide

Permit routing without invoking actions

Open
#155 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
5.1k
Forks
329
PR merge metrics
No merged PRs in 30d

Description

I didn't see anything in the router blog post, but one of the commonly requested features in other web frameworks across various languages is to be able to use the router without invoking code.

For example, given a route `/foo/:bar` and a path `/foo/quux`, one would ideally be able to obtain some sort of identifier for the route and the mapping `bar` -> `quux`.

One initial problem would seem to be that there is no natural identifier for the route.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.