aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* style: seperate blocksFuwn2023-04-031-0/+5
* fix(context): clippy lintsFuwn2023-04-036-4/+9
* refactor(handler): move traitsFuwn2023-04-0310-0/+310
* refactor(handler): misc. renameFuwn2023-04-032-7/+7
* refactor(context): callback -> hookFuwn2023-04-033-13/+13
* refactor(returnable): seperate contextsFuwn2023-04-036-95/+35
* refactor(handler): move traitsFuwn2023-04-032-41/+19
* refactor(handler): move all responses to traitsFuwn2023-04-032-24/+38
* refactor(handler): trait-based responseFuwn2023-04-032-8/+17
* feat(router): GET RID OF DIRTY BOXESFuwn2023-04-033-25/+25
* feat(response): allow multiple languagesFuwn2023-04-022-17/+26
* feat(response): add 'auto' functionality to binary_success rawFuwn2023-04-021-0/+32
* feat(respones): accept generic bytes for binary_successFuwn2023-04-021-2/+2
* refactor(src): clean up string genericsFuwn2023-04-022-32/+43
* feat(router): expose response to post-route callbackv0.2.5Fuwn2023-03-312-4/+5
* fix(cargo): response-macros feature flagv0.2.4Fuwn2023-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!!!v0.1.20Fuwn2022-07-312-33/+21
* feat(response): success with mime responsev0.1.19Fuwn2022-07-092-3/+16
* feat(response): always allow explicit mime specificationv0.1.17Fuwn2022-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 version0.1.15Fuwn2022-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 version0.1.14Fuwn2022-04-201-3/+3
* fix(handle): response spacingFuwn2022-04-201-3/+3
* docs(cargo): bump version0.1.13Fuwn2022-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.120.1.12Fuwn2022-04-071-3/+3
* fix: trailing for fixFuwn2022-04-071-1/+5
* fix: try to fix path0.1.11Fuwn2022-04-071-4/+7
* docs(cargo): bump version0.1.10Fuwn2022-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.90.1.9Fuwn2022-04-031-4/+5
* feat(refactor): no late init contentFuwn2022-04-031-18/+14