| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(handler): expose handler types | Fuwn | 2022-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | feat: handle bad request | Fuwn | 2022-04-14 | 1 | -19/+29 | |
| | | ||||||
| * | feat(handle): return bad request | Fuwn | 2022-04-14 | 1 | -1/+15 | |
| | | ||||||
| * | docs(cargo): bump version to 0.1.12 | Fuwn | 2022-04-07 | 3 | -7/+7 | |
| | | ||||||
| * | fix: trailing for fix | Fuwn | 2022-04-07 | 2 | -1/+8 | |
| | | ||||||
| * | fix: try to fix path | Fuwn | 2022-04-07 | 4 | -8/+12 | |
| | | ||||||
| * | docs(cargo): bump version | Fuwn | 2022-04-07 | 3 | -7/+7 | |
| | | ||||||
| * | feat(router): allow path fixing | Fuwn | 2022-04-07 | 1 | -1/+22 | |
| | | ||||||
| * | refactor(examples): bind router | Fuwn | 2022-04-07 | 1 | -141/+138 | |
| | | ||||||
| * | docs(readme): link to example gemini capsule | Fuwn | 2022-04-06 | 2 | -0/+10 | |
| | | ||||||
| * | docs(cargo): bump to 0.1.9 | Fuwn | 2022-04-03 | 3 | -9/+11 | |
| | | ||||||
| * | feat(refactor): no late init content | Fuwn | 2022-04-03 | 1 | -18/+14 | |
| | | ||||||
| * | feat(router): allow multiple headers and footers | Fuwn | 2022-04-03 | 2 | -36/+55 | |
| | | ||||||
| * | docs(cargo): bump version to 0.1.8 | Fuwn | 2022-04-02 | 3 | -5/+13 | |
| | | ||||||
| * | feat(router): stateful modules! | Fuwn | 2022-04-02 | 4 | -8/+189 | |
| | | ||||||
| * | build(cargo): simplify example usage | Fuwn | 2022-04-02 | 1 | -0/+4 | |
| | | ||||||
| * | docs(readme): add modules and capsules section | Fuwn | 2022-04-01 | 2 | -1/+31 | |
| | | ||||||
| * | fix(router): conditional feature args | Fuwn | 2022-03-31 | 3 | -5/+7 | |
| | | ||||||
| * | feat(cargo): bump version | Fuwn | 2022-03-31 | 3 | -5/+5 | |
| | | ||||||
| * | feat(features): auto-deduce-mime | Fuwn | 2022-03-31 | 5 | -27/+147 | |
| | | ||||||
| * | fix(router): use different certificate file | Fuwn | 2022-03-30 | 4 | -29/+29 | |
| | | ||||||
| * | feat(router): specify custom port | Fuwn | 2022-03-30 | 3 | -7/+25 | |
| | | ||||||
| * | feat(cargo): bump version | Fuwn | 2022-03-27 | 3 | -6/+6 | |
| | | ||||||
| * | format(examples): rustfmt | Fuwn | 2022-03-27 | 1 | -67/+104 | |
| | | ||||||
| * | feat(handler): more fnmut | Fuwn | 2022-03-27 | 4 | -62/+77 | |
| | | ||||||
| * | feat(handler): fnmut partial | Fuwn | 2022-03-27 | 3 | -17/+13 | |
| | | ||||||
| * | feat(pre/post_route_callback): fnmut closure | Fuwn | 2022-03-27 | 3 | -26/+37 | |
| | | ||||||
| * | feat(error_handle): fnmut closure | Fuwn | 2022-03-27 | 3 | -12/+28 | |
| | | ||||||
| * | docs: add missing dependency | Fuwn | 2022-03-27 | 2 | -0/+2 | |
| | | ||||||
| * | docs: extend | Fuwn | 2022-03-27 | 6 | -7/+76 | |
| | | ||||||
| * | docs(readme): fix example | Fuwn | 2022-03-27 | 1 | -0/+4 | |
| | | ||||||
| * | feat(cargo): bump version | Fuwn | 2022-03-27 | 2 | -3/+3 | |
| | | ||||||
| * | docs(readme): fix example | Fuwn | 2022-03-27 | 1 | -4/+6 | |
| | | ||||||
| * | feat(cargo): bump version to 0.1.0 | Fuwn | 2022-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | docs(meta): update description | Fuwn | 2022-03-27 | 2 | -2/+2 | |
| | | ||||||
| * | 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 | 5 | -7/+26 | |
| | | ||||||
| * | refactor(tokio): reexport main | Fuwn | 2022-03-27 | 2 | -1/+2 | |
| | | ||||||
| * | refactor(handler): move handlers | Fuwn | 2022-03-27 | 2 | -32/+39 | |
| | | ||||||
| * | feat(response): add remaining responses (redirect) | Fuwn | 2022-03-27 | 4 | -40/+15 | |
| | | ||||||
| * | feat(response): implement many more responses | Fuwn | 2022-03-27 | 3 | -8/+69 | |
| | | ||||||
| * | 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 | 4 | -21/+35 | |
| | | ||||||
| * | feat(router): modules | Fuwn | 2022-03-27 | 2 | -6/+34 | |
| | | ||||||
| * | refactor(mount): context is now struct | Fuwn | 2022-03-26 | 3 | -44/+110 | |
| | | ||||||
| * | feat(mount): use a sophisticated route matcher | Fuwn | 2022-03-26 | 3 | -149/+75 | |
| | | | | | | | | | | | | | | | 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 | 2 | -2/+10 | |
| | | ||||||
| * | refactor(response): remove unused header struct | Fuwn | 2022-03-26 | 1 | -10/+0 | |
| | | ||||||