| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(cargo): bump version0.1.3 | Fuwn | 2022-03-27 | 1 | -3/+3 |
| | | |||||
| * | feat(handler): more fnmut | Fuwn | 2022-03-27 | 1 | -32/+46 |
| | | |||||
| * | feat(handler): fnmut partial | Fuwn | 2022-03-27 | 1 | -14/+10 |
| | | |||||
| * | feat(pre/post_route_callback): fnmut closure | Fuwn | 2022-03-27 | 1 | -20/+28 |
| | | |||||
| * | feat(error_handle): fnmut closure | Fuwn | 2022-03-27 | 1 | -9/+16 |
| | | |||||
| * | docs: add missing dependency | Fuwn | 2022-03-27 | 1 | -0/+1 |
| | | |||||
| * | docs: extend0.1.2 | Fuwn | 2022-03-27 | 1 | -0/+55 |
| | | |||||
| * | feat(router): set charset and language | Fuwn | 2022-03-27 | 1 | -1/+39 |
| | | |||||
| * | feat(router): logging options | Fuwn | 2022-03-27 | 1 | -1/+38 |
| | | |||||
| * | feat(response): respond with file | Fuwn | 2022-03-27 | 1 | -3/+9 |
| | | |||||
| * | refactor(tokio): reexport main | Fuwn | 2022-03-27 | 1 | -0/+1 |
| | | |||||
| * | refactor(handler): move handlers | Fuwn | 2022-03-27 | 1 | -32/+14 |
| | | |||||
| * | feat(response): add remaining responses (redirect) | Fuwn | 2022-03-27 | 1 | -1/+0 |
| | | |||||
| * | feat(response): implement many more responses | Fuwn | 2022-03-27 | 1 | -4/+4 |
| | | |||||
| * | refactor(router): more generic errors | Fuwn | 2022-03-27 | 1 | -13/+13 |
| | | |||||
| * | refactor(run): generic errors | Fuwn | 2022-03-27 | 1 | -5/+7 |
| | | |||||
| * | feat(router): async! | Fuwn | 2022-03-27 | 1 | -15/+27 |
| | | |||||
| * | feat(router): modules | Fuwn | 2022-03-27 | 1 | -5/+30 |
| | | |||||
| * | refactor(mount): context is now struct | Fuwn | 2022-03-26 | 1 | -22/+36 |
| | | |||||
| * | feat(mount): use a sophisticated route matcher | Fuwn | 2022-03-26 | 1 | -145/+60 |
| | | | | | | | | | | | | | | | 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/+9 |
| | | |||||
| * | feat(response): inputs | Fuwn | 2022-03-26 | 1 | -2/+2 |
| | | |||||
| * | feat(response): temporary failure response | Fuwn | 2022-03-26 | 1 | -2/+2 |
| | | |||||
| * | refactor(handle): simply further | Fuwn | 2022-03-26 | 1 | -30/+16 |
| | | |||||
| * | refactor(response): minify status handling | Fuwn | 2022-03-26 | 1 | -36/+10 |
| | | |||||
| * | feat(response): variable responses | Fuwn | 2022-03-26 | 1 | -66/+137 |
| | | |||||
| * | feat(mount): dynamic parameters | Fuwn | 2022-03-26 | 1 | -34/+135 |
| | | |||||
| * | feat(utilities): queries_from_url | Fuwn | 2022-03-26 | 1 | -0/+1 |
| | | |||||
| * | feat: expose url to route | Fuwn | 2022-03-26 | 1 | -29/+36 |
| | | |||||
| * | refactor(router): move default logger to logger feature | Fuwn | 2022-03-26 | 1 | -0/+3 |
| | | |||||
| * | refactor(router): rename get to mount | Fuwn | 2022-03-26 | 1 | -3/+3 |
| | | |||||
| * | feat: working proof | Fuwn | 2022-03-26 | 1 | -6/+385 |
| | | | | | Forgot to commit this last night! | ||||
| * | feat: initialise crate | Fuwn | 2022-03-25 | 1 | -0/+8 |