aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: windmark 0.1.19 -> 0.2.0v0.2.0Fuwn2023-03-212-4/+4
* deps: bump tokio and tokio-openssl to latestFuwn2023-03-212-19/+36
* deps(matchit): 0.5.0 -> 0.6.0Fuwn2023-03-211-1/+1
* style(router.rs): clippy lintsFuwn2023-02-042-33/+13
* docs(README.md): fix markdown urlFuwn2022-07-311-1/+1
* docs(README.md): update outdated readmeFuwn2022-07-312-3/+7
* feat: drop rust nightly requirement!!!v0.1.20Fuwn2022-07-316-53/+29
* docs(README.md): add nightly toolchain noticeFuwn2022-07-311-0/+6
* feat(response): success with mime responsev0.1.19Fuwn2022-07-095-7/+26
* chore(cargo): republish with --all-featuresv0.1.18Fuwn2022-07-092-4/+4
* feat(response): always allow explicit mime specificationv0.1.17Fuwn2022-07-095-121/+18
* docs(cargo): bump version 0.1.15 -> 0.1.160.1.16Fuwn2022-06-132-6/+5
* refactor(router): remove useless clonesFuwn2022-06-131-2/+1
* feat(router): allow access to client certsFuwn2022-06-133-27/+75
* refactor: fix qualificationsFuwn2022-06-132-11/+5
* docs(cargo): bump version0.1.15Fuwn2022-06-013-88/+12
* refactor(router): move router to seperate fileFuwn2022-06-013-752/+773
* fix(lib.rs): response content no leading whitespaceFuwn2022-06-011-1/+1
* docs(cargo): bump version0.1.14Fuwn2022-04-203-7/+7
* fix(handle): response spacingFuwn2022-04-201-3/+3
* docs(cargo): bump version0.1.13Fuwn2022-04-153-7/+7
* feat(handler): expose handler typesFuwn2022-04-151-1/+1
* feat: handle bad requestFuwn2022-04-141-19/+29
* feat(handle): return bad requestFuwn2022-04-141-1/+15
* docs(cargo): bump version to 0.1.120.1.12Fuwn2022-04-073-7/+7
* fix: trailing for fixFuwn2022-04-072-1/+8
* fix: try to fix path0.1.11Fuwn2022-04-074-8/+12
* docs(cargo): bump version0.1.10Fuwn2022-04-073-7/+7
* feat(router): allow path fixingFuwn2022-04-071-1/+22
* refactor(examples): bind routerFuwn2022-04-071-141/+138
* docs(readme): link to example gemini capsuleFuwn2022-04-062-0/+10
* docs(cargo): bump to 0.1.90.1.9Fuwn2022-04-033-9/+11
* feat(refactor): no late init contentFuwn2022-04-031-18/+14
* feat(router): allow multiple headers and footersFuwn2022-04-032-36/+55
* docs(cargo): bump version to 0.1.80.1.8Fuwn2022-04-023-5/+13
* feat(router): stateful modules!Fuwn2022-04-024-8/+189
* build(cargo): simplify example usageFuwn2022-04-021-0/+4
* docs(readme): add modules and capsules sectionFuwn2022-04-012-1/+31
* fix(router): conditional feature args0.1.7Fuwn2022-03-313-5/+7
* feat(cargo): bump version0.1.6Fuwn2022-03-313-5/+5
* feat(features): auto-deduce-mimeFuwn2022-03-315-27/+147
* fix(router): use different certificate fileFuwn2022-03-304-29/+29
* feat(router): specify custom port0.1.4Fuwn2022-03-303-7/+25
* feat(cargo): bump version0.1.3Fuwn2022-03-273-6/+6
* format(examples): rustfmtFuwn2022-03-271-67/+104
* feat(handler): more fnmutFuwn2022-03-274-62/+77
* feat(handler): fnmut partialFuwn2022-03-273-17/+13
* feat(pre/post_route_callback): fnmut closureFuwn2022-03-273-26/+37
* feat(error_handle): fnmut closureFuwn2022-03-273-12/+28
* docs: add missing dependencyFuwn2022-03-272-0/+2