aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* feat(router): expose response to post-route callbackFuwn2023-03-312-4/+5
* fix(cargo): response-macros feature flagFuwn2023-03-311-0/+1
* feat(response): macro-based responsesFuwn2023-03-312-0/+71
* feat(router): generalize all stringsFuwn2023-03-311-16/+26
* feat(response): generalize stringsFuwn2023-03-311-14/+18
* refactor(router): change response-related settersFuwn2023-03-301-6/+10
* docs: fix old response documentationFuwn2023-03-301-7/+7
* feat: overhaul response systemFuwn2023-03-303-161/+116
* feat(router): modify content from post-route callbackFuwn2023-03-292-40/+47
* refactor(returnable): unify callback contextFuwn2023-03-292-17/+19
* deps: bump tokio and tokio-openssl to latestFuwn2023-03-211-14/+32
* style(router.rs): clippy lintsFuwn2023-02-042-33/+13
* docs(README.md): update outdated readmeFuwn2022-07-311-0/+1
* feat: drop rust nightly requirement!!!Fuwn2022-07-312-33/+21
* feat(response): success with mime responseFuwn2022-07-092-3/+16
* feat(response): always allow explicit mime specificationFuwn2022-07-092-111/+9
* refactor(router): remove useless clonesFuwn2022-06-131-2/+1
* feat(router): allow access to client certsFuwn2022-06-132-24/+55
* refactor: fix qualificationsFuwn2022-06-131-10/+4
* docs(cargo): bump versionFuwn2022-06-011-84/+8
* refactor(router): move router to seperate fileFuwn2022-06-012-750/+771
* fix(lib.rs): response content no leading whitespaceFuwn2022-06-011-1/+1
* docs(cargo): bump versionFuwn2022-04-201-3/+3
* fix(handle): response spacingFuwn2022-04-201-3/+3
* docs(cargo): bump versionFuwn2022-04-151-3/+3
* 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.12Fuwn2022-04-071-3/+3
* fix: trailing for fixFuwn2022-04-071-1/+5
* fix: try to fix pathFuwn2022-04-071-4/+7
* docs(cargo): bump versionFuwn2022-04-071-3/+3
* feat(router): allow path fixingFuwn2022-04-071-1/+22
* docs(readme): link to example gemini capsuleFuwn2022-04-061-0/+5
* docs(cargo): bump to 0.1.9Fuwn2022-04-031-4/+5
* feat(refactor): no late init contentFuwn2022-04-031-18/+14
* feat(router): allow multiple headers and footersFuwn2022-04-031-33/+49
* docs(cargo): bump version to 0.1.8Fuwn2022-04-021-2/+6
* feat(router): stateful modules!Fuwn2022-04-023-6/+158
* docs(readme): add modules and capsules sectionFuwn2022-04-011-1/+16
* fix(router): conditional feature argsFuwn2022-03-311-2/+4
* feat(cargo): bump versionFuwn2022-03-311-2/+2
* feat(features): auto-deduce-mimeFuwn2022-03-312-1/+120
* fix(router): use different certificate fileFuwn2022-03-301-24/+24
* feat(router): specify custom portFuwn2022-03-301-4/+22
* feat(cargo): bump versionFuwn2022-03-271-3/+3
* feat(handler): more fnmutFuwn2022-03-272-33/+48
* feat(handler): fnmut partialFuwn2022-03-272-15/+11
* feat(pre/post_route_callback): fnmut closureFuwn2022-03-272-22/+33
* feat(error_handle): fnmut closureFuwn2022-03-272-11/+19