| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(router): conditional feature args | Fuwn | 2022-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | feat(cargo): bump version | 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 port | Fuwn | 2022-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | feat(cargo): bump version | Fuwn | 2022-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | docs: extend | Fuwn | 2022-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | feat(cargo): bump version | 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 | |