aboutsummaryrefslogtreecommitdiff
path: root/src/router.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor: fix qualificationsFuwn2022-06-131-10/+4
* refactor(router): move router to seperate fileFuwn2022-06-011-0/+769