| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: trailing for fix | Fuwn | 2022-04-07 | 1 | -0/+3 |
| | | |||||
| * | fix: try to fix path0.1.11 | Fuwn | 2022-04-07 | 1 | -0/+1 |
| | | |||||
| * | refactor(examples): bind router | Fuwn | 2022-04-07 | 1 | -141/+138 |
| | | |||||
| * | feat(router): allow multiple headers and footers | Fuwn | 2022-04-03 | 1 | -3/+6 |
| | | |||||
| * | feat(router): stateful modules! | Fuwn | 2022-04-02 | 1 | -2/+31 |
| | | |||||
| * | feat(features): auto-deduce-mime | Fuwn | 2022-03-31 | 1 | -4/+14 |
| | | |||||
| * | fix(router): use different certificate file | Fuwn | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | format(examples): rustfmt | Fuwn | 2022-03-27 | 1 | -67/+104 |
| | | |||||
| * | feat(handler): more fnmut | Fuwn | 2022-03-27 | 1 | -26/+26 |
| | | |||||
| * | feat(handler): fnmut partial | Fuwn | 2022-03-27 | 1 | -2/+2 |
| | | |||||
| * | feat(pre/post_route_callback): fnmut closure | Fuwn | 2022-03-27 | 1 | -4/+4 |
| | | |||||
| * | feat(error_handle): fnmut closure | Fuwn | 2022-03-27 | 1 | -1/+9 |
| | | |||||
| * | feat(response): respond with file | Fuwn | 2022-03-27 | 1 | -0/+3 |
| | | |||||
| * | refactor(tokio): reexport main | Fuwn | 2022-03-27 | 1 | -1/+1 |
| | | |||||
| * | feat(response): add remaining responses (redirect) | Fuwn | 2022-03-27 | 1 | -0/+3 |
| | | |||||
| * | feat(response): implement many more responses | Fuwn | 2022-03-27 | 1 | -1/+2 |
| | | |||||
| * | feat(router): async! | Fuwn | 2022-03-27 | 1 | -1/+3 |
| | | |||||
| * | feat(router): modules | Fuwn | 2022-03-27 | 1 | -1/+4 |
| | | |||||
| * | refactor(mount): context is now struct | Fuwn | 2022-03-26 | 1 | -22/+20 |
| | | |||||
| * | 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! | |||||