| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(mount): use a sophisticated route matcher | Fuwn | 2022-03-26 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | The [`matchit`](https://github.com/ibraheemdev/matchit) crate is a real lifesaver... Before this commit, I had manually implemented a dynamic pattern matcher for routes (which only supported one pattern per route) that worked; just not very well. While searching for a way to implement multiple patterns per route, I landed upon two crates: [`matchit`](https://github.com/ibraheemdev/matchit) and [`urlmatch`](https://github.com/SergeiMinaev/urlmatch). Ultimately, I settled with `matchit` because it seemed a lot more mature and supported nearly everything which I was looked for! | |||||
| * | refactor(mount): dynamic format | Fuwn | 2022-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | feat(response): inputs | Fuwn | 2022-03-26 | 1 | -0/+14 | |
| | | ||||||
| * | feat(response): temporary failure response | Fuwn | 2022-03-26 | 1 | -0/+3 | |
| | | ||||||
| * | feat(response): variable responses | Fuwn | 2022-03-26 | 1 | -12/+27 | |
| | | ||||||
| * | feat(mount): dynamic parameters | Fuwn | 2022-03-26 | 1 | -8/+13 | |
| | | ||||||
| * | feat(utilities): queries_from_url | Fuwn | 2022-03-26 | 1 | -0/+3 | |
| | | ||||||
| * | feat: expose url to route | Fuwn | 2022-03-26 | 1 | -11/+12 | |
| | | ||||||
| * | refactor(router): rename get to mount | Fuwn | 2022-03-26 | 1 | -4/+4 | |
| | | ||||||
| * | feat: working proof | Fuwn | 2022-03-26 | 1 | -0/+58 | |
| Forgot to commit this last night! | ||||||