aboutsummaryrefslogtreecommitdiff
path: root/src/router.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(router): setters for direct key and certificate contentv0.3.10Fuwn2024-06-241-9/+72
* build(rustc): update toolchainFuwn2024-04-011-1/+1
* fix(clippy): lintsFuwn2023-09-261-1/+1
* docs(router): run docFuwn2023-05-221-1/+1
* docs(router): ignore attach_async exampleFuwn2023-05-051-4/+4
* docs: fix for preludeFuwn2023-05-051-31/+33
* docs(router): remove useless assignmentFuwn2023-05-051-1/+1
* refactor: simplify importsFuwn2023-05-051-1/+1
* fix(ci): fix tests and doc examplesFuwn2023-04-271-24/+33
* chore: update copyright headersFuwn2023-04-181-2/+1
* feat: async-std support !!Fuwn2023-04-181-3/+34
* refactor(hooks): implement call for hooksFuwn2023-04-151-8/+13
* refactor(partial): into traitFuwn2023-04-101-5/+7
* fix(router): tokio namespacev0.3.4Fuwn2023-04-081-2/+2
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-061-5/+5
* feat(response): async error handlerFuwn2023-04-061-14/+26
* feat(context): bring back peer addressFuwn2023-04-061-2/+8
* refactor(router): simplify context creationFuwn2023-04-061-53/+17
* fix(context): fix async sharingFuwn2023-04-061-48/+41
* refactor(router): block macroFuwn2023-04-061-5/+11
* refactor(router): no need for pinFuwn2023-04-061-3/+1
* style(router): add associated typesFuwn2023-04-051-5/+5
* feat(route): merge async and sync mount functions !!Fuwn2023-04-051-38/+22
* feat(module): async module supportFuwn2023-04-041-2/+94
* feat(route): native async route support !!Fuwn2023-04-041-9/+46
* style: seperate blocksFuwn2023-04-031-0/+5
* fix(context): clippy lintsFuwn2023-04-031-1/+1
* refactor(handler): misc. renameFuwn2023-04-031-6/+6
* refactor(context): callback -> hookFuwn2023-04-031-8/+8
* refactor(returnable): seperate contextsFuwn2023-04-031-2/+2
* refactor(handler): move traitsFuwn2023-04-031-5/+11
* refactor(handler): move all responses to traitsFuwn2023-04-031-20/+23
* refactor(handler): trait-based responseFuwn2023-04-031-6/+9
* feat(router): GET RID OF DIRTY BOXESFuwn2023-04-031-13/+7
* feat(response): allow multiple languagesFuwn2023-04-021-9/+14
* refactor(src): clean up string genericsFuwn2023-04-021-20/+23
* feat(router): expose response to post-route callbackv0.2.5Fuwn2023-03-311-3/+4
* feat(router): generalize all stringsFuwn2023-03-311-16/+26
* refactor(router): change response-related settersFuwn2023-03-301-6/+10
* docs: fix old response documentationFuwn2023-03-301-7/+7
* feat: overhaul response systemFuwn2023-03-301-39/+33
* feat(router): modify content from post-route callbackFuwn2023-03-291-37/+39
* refactor(returnable): unify callback contextFuwn2023-03-291-8/+14
* deps: bump tokio and tokio-openssl to latestFuwn2023-03-211-14/+32
* style(router.rs): clippy lintsFuwn2023-02-041-32/+13
* feat: drop rust nightly requirement!!!v0.1.20Fuwn2022-07-311-32/+21
* feat(response): success with mime responsev0.1.19Fuwn2022-07-091-3/+7
* feat(response): always allow explicit mime specificationv0.1.17Fuwn2022-07-091-7/+3
* refactor(router): remove useless clonesFuwn2022-06-131-2/+1
* feat(router): allow access to client certsFuwn2022-06-131-15/+33