aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* fix: trailing for fixFuwn2022-04-071-0/+3
|
* fix: try to fix path0.1.11Fuwn2022-04-071-0/+1
|
* refactor(examples): bind routerFuwn2022-04-071-141/+138
|
* feat(router): allow multiple headers and footersFuwn2022-04-031-3/+6
|
* feat(router): stateful modules!Fuwn2022-04-021-2/+31
|
* feat(features): auto-deduce-mimeFuwn2022-03-311-4/+14
|
* fix(router): use different certificate fileFuwn2022-03-301-1/+1
|
* format(examples): rustfmtFuwn2022-03-271-67/+104
|
* feat(handler): more fnmutFuwn2022-03-271-26/+26
|
* feat(handler): fnmut partialFuwn2022-03-271-2/+2
|
* feat(pre/post_route_callback): fnmut closureFuwn2022-03-271-4/+4
|
* feat(error_handle): fnmut closureFuwn2022-03-271-1/+9
|
* feat(response): respond with fileFuwn2022-03-271-0/+3
|
* refactor(tokio): reexport mainFuwn2022-03-271-1/+1
|
* feat(response): add remaining responses (redirect)Fuwn2022-03-271-0/+3
|
* feat(response): implement many more responsesFuwn2022-03-271-1/+2
|
* feat(router): async!Fuwn2022-03-271-1/+3
|
* feat(router): modulesFuwn2022-03-271-1/+4
|
* refactor(mount): context is now structFuwn2022-03-261-22/+20
|
* feat(mount): use a sophisticated route matcherFuwn2022-03-261-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 formatFuwn2022-03-261-1/+1
|
* feat(response): inputsFuwn2022-03-261-0/+14
|
* feat(response): temporary failure responseFuwn2022-03-261-0/+3
|
* feat(response): variable responsesFuwn2022-03-261-12/+27
|
* feat(mount): dynamic parametersFuwn2022-03-261-8/+13
|
* feat(utilities): queries_from_urlFuwn2022-03-261-0/+3
|
* feat: expose url to routeFuwn2022-03-261-11/+12
|
* refactor(router): rename get to mountFuwn2022-03-261-4/+4
|
* feat: working proofFuwn2022-03-261-0/+58
Forgot to commit this last night!