| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: try to fix path0.1.11 | Fuwn | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version0.1.10 | Fuwn | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump to 0.1.90.1.9 | Fuwn | 2022-04-03 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version to 0.1.80.1.8 | Fuwn | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | fix(router): conditional feature args0.1.7 | Fuwn | 2022-03-31 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version0.1.6 | Fuwn | 2022-03-31 | 1 | -1/+1 |
| | | |||||
| * | feat(features): auto-deduce-mime | Fuwn | 2022-03-31 | 1 | -1/+2 |
| | | |||||
| * | fix(router): use different certificate file | Fuwn | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | feat(router): specify custom port0.1.4 | Fuwn | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version0.1.3 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs: extend0.1.2 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version0.1.1 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(cargo): bump version to 0.1.0 | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs(meta): update description | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(response): respond with file | Fuwn | 2022-03-27 | 1 | -0/+3 |
| | | |||||
| * | feat(router): async! | Fuwn | 2022-03-27 | 1 | -3/+4 |
| | | |||||
| * | feat(mount): use a sophisticated route matcher | Fuwn | 2022-03-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | 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! | ||||
| * | docs(readme): add readme | Fuwn | 2022-03-26 | 1 | -1/+1 |
| | | |||||
| * | feat(mount): dynamic parameters | Fuwn | 2022-03-26 | 1 | -1/+4 |
| | | |||||
| * | feat: working proof | Fuwn | 2022-03-26 | 1 | -1/+21 |
| | | | | | Forgot to commit this last night! | ||||
| * | docs(cargo): add meta | Fuwn | 2022-03-25 | 1 | -0/+2 |
| | | |||||
| * | feat: initialise crate | Fuwn | 2022-03-25 | 1 | -0/+8 |