aboutsummaryrefslogtreecommitdiff
path: root/src/handler/partial.rs
Commit message (Collapse)AuthorAgeFilesLines
* perf(router)!: Replace per-request locks with lock-free frozen storageFuwn2026-04-141-3/+3
|
* perf(router)!: Pass RouteContext by reference to Partial headers and footersFuwn2026-04-141-3/+3
|
* chore(license): Relicense under MIT OR Apache-2.0origin/mainFuwn2026-02-201-17/+0
|
* chore: update copyright headersFuwn2023-04-181-2/+1
|
* refactor(partial): into traitFuwn2023-04-101-2/+9
|
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-061-2/+2
|
* refactor(handler): move traitsFuwn2023-04-031-0/+23