| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(cargo): bump version0.1.15 | Fuwn | 2022-06-01 | 1 | -84/+8 |
| | | | | | | Also, use the doc attribute to include the README automatically! Wish I knew about this earlier! | ||||
| * | refactor(router): move router to seperate file | Fuwn | 2022-06-01 | 2 | -750/+771 |
| | | |||||
| * | fix(lib.rs): response content no leading whitespace | Fuwn | 2022-06-01 | 1 | -1/+1 |
| | | |||||
| * | docs(cargo): bump version0.1.14 | Fuwn | 2022-04-20 | 1 | -3/+3 |
| | | |||||
| * | fix(handle): response spacing | Fuwn | 2022-04-20 | 1 | -3/+3 |
| | | |||||
| * | docs(cargo): bump version0.1.13 | Fuwn | 2022-04-15 | 1 | -3/+3 |
| | | |||||
| * | 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.120.1.12 | Fuwn | 2022-04-07 | 1 | -3/+3 |
| | | |||||
| * | fix: trailing for fix | Fuwn | 2022-04-07 | 1 | -1/+5 |
| | | |||||
| * | fix: try to fix path0.1.11 | Fuwn | 2022-04-07 | 1 | -4/+7 |
| | | |||||
| * | docs(cargo): bump version0.1.10 | Fuwn | 2022-04-07 | 1 | -3/+3 |
| | | |||||
| * | feat(router): allow path fixing | Fuwn | 2022-04-07 | 1 | -1/+22 |
| | | |||||
| * | docs(readme): link to example gemini capsule | Fuwn | 2022-04-06 | 1 | -0/+5 |
| | | |||||
| * | docs(cargo): bump to 0.1.90.1.9 | Fuwn | 2022-04-03 | 1 | -4/+5 |
| | | |||||
| * | feat(refactor): no late init content | Fuwn | 2022-04-03 | 1 | -18/+14 |
| | | |||||
| * | feat(router): allow multiple headers and footers | Fuwn | 2022-04-03 | 1 | -33/+49 |
| | | |||||
| * | docs(cargo): bump version to 0.1.80.1.8 | Fuwn | 2022-04-02 | 1 | -2/+6 |
| | | |||||
| * | feat(router): stateful modules! | Fuwn | 2022-04-02 | 3 | -6/+158 |
| | | |||||
| * | docs(readme): add modules and capsules section | Fuwn | 2022-04-01 | 1 | -1/+16 |
| | | |||||
| * | fix(router): conditional feature args0.1.7 | Fuwn | 2022-03-31 | 1 | -2/+4 |
| | | |||||
| * | feat(cargo): bump version0.1.6 | Fuwn | 2022-03-31 | 1 | -2/+2 |
| | | |||||
| * | feat(features): auto-deduce-mime | Fuwn | 2022-03-31 | 2 | -1/+120 |
| | | |||||
| * | fix(router): use different certificate file | Fuwn | 2022-03-30 | 1 | -24/+24 |
| | | |||||
| * | feat(router): specify custom port0.1.4 | Fuwn | 2022-03-30 | 1 | -4/+22 |
| | | |||||
| * | feat(cargo): bump version0.1.3 | Fuwn | 2022-03-27 | 1 | -3/+3 |
| | | |||||
| * | feat(handler): more fnmut | Fuwn | 2022-03-27 | 2 | -33/+48 |
| | | |||||
| * | feat(handler): fnmut partial | Fuwn | 2022-03-27 | 2 | -15/+11 |
| | | |||||
| * | feat(pre/post_route_callback): fnmut closure | Fuwn | 2022-03-27 | 2 | -22/+33 |
| | | |||||
| * | feat(error_handle): fnmut closure | Fuwn | 2022-03-27 | 2 | -11/+19 |
| | | |||||
| * | docs: add missing dependency | Fuwn | 2022-03-27 | 1 | -0/+1 |
| | | |||||
| * | docs: extend0.1.2 | Fuwn | 2022-03-27 | 3 | -0/+61 |
| | | |||||
| * | 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 | 3 | -7/+20 |
| | | |||||
| * | refactor(tokio): reexport main | Fuwn | 2022-03-27 | 1 | -0/+1 |
| | | |||||
| * | refactor(handler): move handlers | Fuwn | 2022-03-27 | 2 | -32/+39 |
| | | |||||
| * | feat(response): add remaining responses (redirect) | Fuwn | 2022-03-27 | 3 | -40/+12 |
| | | |||||
| * | feat(response): implement many more responses | Fuwn | 2022-03-27 | 2 | -7/+67 |
| | | |||||
| * | 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 | 2 | -17/+28 |
| | | |||||
| * | feat(router): modules | Fuwn | 2022-03-27 | 1 | -5/+30 |
| | | |||||
| * | refactor(mount): context is now struct | Fuwn | 2022-03-26 | 2 | -22/+90 |
| | | |||||
| * | 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 |
| | | |||||
| * | refactor(response): remove unused header struct | Fuwn | 2022-03-26 | 1 | -10/+0 |
| | | |||||
| * | feat(response): inputs | Fuwn | 2022-03-26 | 2 | -2/+14 |
| | | |||||
| * | feat(response): temporary failure response | Fuwn | 2022-03-26 | 2 | -2/+8 |
| | | |||||