aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(response): async error handlerFuwn2023-04-063-20/+43
|
* feat(context): bring back peer addressFuwn2023-04-064-13/+31
|
* refactor(router): simplify context creationFuwn2023-04-063-53/+19
|
* fix(context): fix async sharingFuwn2023-04-065-85/+64
|
* refactor(router): block macroFuwn2023-04-061-5/+11
|
* feat(macros): async response macrosFuwn2023-04-061-18/+47
|
* refactor(router): no need for pinFuwn2023-04-061-3/+1
|
* style(router): add associated typesFuwn2023-04-051-5/+5
|
* fix(module): bring backFuwn2023-04-052-0/+61
|
* feat(route): merge async and sync mount functions !!Fuwn2023-04-053-48/+37
|
* feat(module): async module supportFuwn2023-04-043-14/+100
|
* feat(route): native async route support !!Fuwn2023-04-042-14/+65
|
* 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
| | | | | | I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging.
* 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
| | | | Pretty happy to finally get this one over with...
* refactor: fix qualificationsFuwn2022-06-131-10/+4
|
* docs(cargo): bump version0.1.15Fuwn2022-06-011-84/+8
| | | | | Also, use the doc attribute to include the README automatically! Wish I knew about this earlier!
* 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
|