aboutsummaryrefslogtreecommitdiff
path: root/src/handler
Commit message (Expand)AuthorAgeFilesLines
* perf(router)!: Replace per-request locks with lock-free frozen storageFuwn2026-04-143-9/+9
* perf(router)!: Pass RouteContext by reference to Partial headers and footersFuwn2026-04-141-3/+3
* perf(router)!: Pass HookContext by reference to modules and hooksFuwn2026-04-142-6/+6
* perf(router)!: Remove AsyncMutex from route and error handlersFuwn2026-04-142-6/+6
* chore(license): Relicense under MIT OR Apache-2.0origin/mainFuwn2026-02-207-119/+0
* feat(windmark): prelude feature flagFuwn2023-05-053-3/+3
* chore: update copyright headersFuwn2023-04-187-14/+7
* refactor(hooks): implement call for hooksFuwn2023-04-152-7/+17
* refactor(partial): into traitFuwn2023-04-101-2/+9
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-064-9/+9
* feat(response): async error handlerFuwn2023-04-062-6/+17
* fix(context): fix async sharingFuwn2023-04-061-5/+2
* feat(route): merge async and sync mount functions !!Fuwn2023-04-051-10/+8
* feat(route): native async route support !!Fuwn2023-04-041-5/+19
* refactor(handler): move traitsFuwn2023-04-037-0/+179